summaryrefslogtreecommitdiff
path: root/picirq.c
diff options
context:
space:
mode:
authorkaashoek <kaashoek>2006-09-03 15:39:29 +0000
committerkaashoek <kaashoek>2006-09-03 15:39:29 +0000
commit7abf49d2f22af633f2fb3546f9f9fd818cef25df (patch)
treee2c8e235d2d00240a9910e26ee527ae3dee6de0f /picirq.c
parent801affcd147606873b10db04c9fbf80dede969f6 (diff)
downloadxv6-labs-7abf49d2f22af633f2fb3546f9f9fd818cef25df.tar.gz
xv6-labs-7abf49d2f22af633f2fb3546f9f9fd818cef25df.tar.bz2
xv6-labs-7abf49d2f22af633f2fb3546f9f9fd818cef25df.zip
remove duplication
don't use the same name for two different pieces of code
Diffstat (limited to 'picirq.c')
-rw-r--r--picirq.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/picirq.c b/picirq.c
index ab3e7b9..86d1d1d 100644
--- a/picirq.c
+++ b/picirq.c
@@ -2,6 +2,7 @@
#include "types.h"
#include "x86.h"
+#include "traps.h"
#include "defs.h"
// I/O Addresses of the two 8259A programmable interrupt controllers