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. --- uart.c | 1 - 1 file changed, 1 deletion(-) (limited to 'uart.c') diff --git a/uart.c b/uart.c index 84da397..b8946da 100644 --- a/uart.c +++ b/uart.c @@ -41,7 +41,6 @@ uartinit(void) // enable interrupts. inb(COM1+2); inb(COM1+0); - picenable(IRQ_COM1); ioapicenable(IRQ_COM1, 0); // Announce that we're here. -- cgit v1.2.3