From 3fb0a9ecbc7b3b6491de587d366efafbadf95013 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Mon, 4 Aug 1997 19:51:02 +0000 Subject: Fri Aug 1 16:15:33 1997 Thomas Bushnell, n/BSG * kern/mach_clock.c (clock_interrupt): Test correct macro to see if PC sampling is configured: MACH_PCSAMPLE, not MACH_SAMPLE. Mon Jul 21 14:20:39 1997 Thomas Bushnell, n/BSG * kern/mach4.srv: Include so the value of MACH_PCSAMPLE is made available for mach4.defs. --- kern/mach_clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kern/mach_clock.c') 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 -- cgit v1.2.3