diff options
Diffstat (limited to 'i386/i386/pit.c')
-rw-r--r-- | i386/i386/pit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/i386/i386/pit.c b/i386/i386/pit.c index 3ae14870..d0f3f9c0 100644 --- a/i386/i386/pit.c +++ b/i386/i386/pit.c @@ -144,8 +144,8 @@ findspeed() */ /* we arrange calculation so that it doesn't overflow */ delaycount = ((COUNT/1000) * CLKNUM) / (0xffff-leftover); - printf("findspeed: delaycount=%d (tics=%d)\n", - delaycount, (0xffff-leftover)); + /* printf("findspeed: delaycount=%d (tics=%d)\n", + delaycount, (0xffff-leftover));*/ splon(s); /* restore interrupt state */ } |