From 29270816285978e44b317c6e5c7bfa7a89ec24dd Mon Sep 17 00:00:00 2001 From: rtm Date: Thu, 20 Jul 2006 09:07:53 +0000 Subject: uint32_t -> uint &c --- syscall.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'syscall.c') 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"); } -- cgit v1.2.3