From 4f14d8d1e594bdf45e36a035f6c3fd4ca959711e Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Wed, 9 Aug 2017 07:43:06 -0400 Subject: Commit to running on an SMP (perhaps with only 1 core). Remove most code from picirq.c and remove timer.c completely. Update runoff.list. --- console.c | 1 - 1 file changed, 1 deletion(-) (limited to 'console.c') diff --git a/console.c b/console.c index ca00a5f..a280d2b 100644 --- a/console.c +++ b/console.c @@ -294,7 +294,6 @@ consoleinit(void) devsw[CONSOLE].read = consoleread; cons.locking = 1; - picenable(IRQ_KBD); ioapicenable(IRQ_KBD, 0); } -- cgit v1.2.3