summaryrefslogtreecommitdiff
path: root/uart.c
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2017-08-09 07:43:06 -0400
committerFrans Kaashoek <[email protected]>2017-08-09 07:44:51 -0400
commit4f14d8d1e594bdf45e36a035f6c3fd4ca959711e (patch)
treebef4071d263d8dc36f4a01e9342b0a697dc1dc7b /uart.c
parent70705966adb7a055582f76f2ecdb5ce9cd3c8a85 (diff)
downloadxv6-labs-4f14d8d1e594bdf45e36a035f6c3fd4ca959711e.tar.gz
xv6-labs-4f14d8d1e594bdf45e36a035f6c3fd4ca959711e.tar.bz2
xv6-labs-4f14d8d1e594bdf45e36a035f6c3fd4ca959711e.zip
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.
Diffstat (limited to 'uart.c')
-rw-r--r--uart.c1
1 files changed, 0 insertions, 1 deletions
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.