summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2009-10-23 21:44:46 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2009-10-23 21:44:46 +0000
commita6de972d9b8a84276fb7273ce743fbcc9ef32165 (patch)
treec24dd39bb08b877821a77d0228d55c6f0a2b8ce3 /sys/powerpc/aim
parent1ba71fb08ad22f428607570e70cf79648502f2a7 (diff)
downloadFreeBSD-src-a6de972d9b8a84276fb7273ce743fbcc9ef32165.zip
FreeBSD-src-a6de972d9b8a84276fb7273ce743fbcc9ef32165.tar.gz
Remove debugging printf that snuck in here.
Pointy hat to: me
Diffstat (limited to 'sys/powerpc/aim')
-rw-r--r--sys/powerpc/aim/clock.c1
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)
OpenPOWER on IntegriCloud