Remove debugging printf that snuck in here.
Pointy hat to: me
This commit is contained in:
parent
1ba71fb08a
commit
a6de972d9b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user