diff options
Diffstat (limited to 'ide.c')
-rw-r--r-- | ide.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |