diff options
Diffstat (limited to 'kern/mach_clock.c')
-rw-r--r-- | kern/mach_clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/mach_clock.c b/kern/mach_clock.c index 667b211..9076ef4 100644 --- a/kern/mach_clock.c +++ b/kern/mach_clock.c @@ -167,7 +167,7 @@ void clock_interrupt(usec, usermode, basepri) thread_quantum_update(my_cpu, thread, 1, state); } -#if MACH_SAMPLE +#if MACH_PCSAMPLE /* * Take a sample of pc for the user if required. * This had better be MP safe. It might be interesting |