diff options
Diffstat (limited to 'kern/lock.h')
-rw-r--r-- | kern/lock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/lock.h b/kern/lock.h index 9d081d39..ebc57dbf 100644 --- a/kern/lock.h +++ b/kern/lock.h @@ -58,8 +58,8 @@ * MACH_LDEBUG is set. */ -#if NCPUS > 1 #include <machine/lock.h>/*XXX*/ +#if NCPUS > 1 #if MACH_LOCK_MON == 0 #define simple_lock_nocheck _simple_lock #define simple_lock_try_nocheck _simple_lock_try |