diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/powerpc/aim/clock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/aim/clock.c b/sys/powerpc/aim/clock.c index a60878c..b182b01 100644 --- a/sys/powerpc/aim/clock.c +++ b/sys/powerpc/aim/clock.c @@ -111,7 +111,6 @@ decr_intr(struct trapframe *frame) for (nticks = 0; tick < 0; nticks++) tick += ticks_per_intr; mtdec(tick); -if (nticks > 5) printf("BIG NTICKS on CPU %d: %x\n",PCPU_GET(cpuid),nticks); while (nticks-- > 0) { if (PCPU_GET(cpuid) == 0) |