Fix tinderbox on sun4v

include cpufunc.h so that nanoseconds(void) is defined
This commit is contained in:
Kip Macy 2007-12-16 06:07:34 +00:00
parent 3b10e74aa9
commit 53f37d1908

View File

@ -36,6 +36,7 @@ LIST_HEAD(lpohead, lock_profile_object);
#ifdef _KERNEL
#ifdef LOCK_PROFILING
#include <machine/cpufunc.h>
#include <sys/lock.h>
#ifndef USE_CPU_NANOSECONDS