Remove debugging printf that snuck in here.

Pointy hat to:	me
This commit is contained in:
nwhitehorn 2009-10-23 21:44:46 +00:00
parent 1ba71fb08a
commit a6de972d9b

View File

@ -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)