summaryrefslogtreecommitdiff
path: root/ide.c
diff options
context:
space:
mode:
Diffstat (limited to 'ide.c')
-rw-r--r--ide.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide.c b/ide.c
index af509fc..400b726 100644
--- a/ide.c
+++ b/ide.c
@@ -58,7 +58,7 @@ void
ide_intr(void)
{
acquire(&ide_lock);
- cprintf("cpu%d: ide_intr\n", cpu());
+ // cprintf("cpu%d: ide_intr\n", cpu());
wakeup(&request[tail]);
release(&ide_lock);
lapic_eoi();