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 3e55d1d4..0cf76ea7 100644 --- a/kern/lock.h +++ b/kern/lock.h @@ -46,7 +46,7 @@ #endif #endif -#define MACH_SLOCKS ((NCPUS > 1) || MACH_LDEBUG) +#define MACH_SLOCKS NCPUS > 1 /* * A simple spin lock. |