+evcnt_attach_dynamic

This commit is contained in:
ad 2008-04-11 15:24:48 +00:00
parent 481e4d16cb
commit 1c3c41f771

View File

@ -1,4 +1,4 @@
/* $NetBSD: misc_stub.c,v 1.7 2008/02/27 17:02:56 ad Exp $ */
/* $NetBSD: misc_stub.c,v 1.8 2008/04/11 15:24:48 ad Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@ -34,6 +34,7 @@
#include <sys/systm.h>
#include <sys/module.h>
#include <sys/cpu.h>
#include <sys/evcnt.h>
#ifdef __sparc__
/*
@ -120,3 +121,10 @@ cpu_lookup_byindex(u_int index)
return &rump_cpu;
}
void
evcnt_attach_dynamic(struct evcnt *ev, int type, const struct evcnt *parent,
const char *group, const char *name)
{
}