summaryrefslogtreecommitdiff
path: root/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'syscall.c')
-rw-r--r--syscall.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/syscall.c b/syscall.c
index 3f5e2ba..ff5fea6 100644
--- a/syscall.c
+++ b/syscall.c
@@ -235,8 +235,10 @@ sys_block(void)
if ((c = ide_start_read(i, buf, 1)) == 0) {
panic("couldn't start read\n");
}
+#if 0
cprintf("call sleep\n");
sleep (c, &ide_lock);
+#endif
if (ide_finish_read(c)) {
panic("couldn't do read\n");
}