summaryrefslogtreecommitdiff
path: root/picirq.c
diff options
context:
space:
mode:
authorAustin Clements <[email protected]>2010-09-02 18:36:06 -0400
committerAustin Clements <[email protected]>2010-09-02 18:36:06 -0400
commit5bf11c50b512f06fd96675ca1ddd9ab1a2cf6fa0 (patch)
treec7b33abf8f20ed22d923fedf4c66d1ea7556d034 /picirq.c
parent79cd8b3eedeb1f85d3b19fb6119bd5224c4c532a (diff)
downloadxv6-labs-5bf11c50b512f06fd96675ca1ddd9ab1a2cf6fa0.tar.gz
xv6-labs-5bf11c50b512f06fd96675ca1ddd9ab1a2cf6fa0.tar.bz2
xv6-labs-5bf11c50b512f06fd96675ca1ddd9ab1a2cf6fa0.zip
Get rid of the blank page in picirq.c. It misaligs things now.
Diffstat (limited to 'picirq.c')
-rw-r--r--picirq.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/picirq.c b/picirq.c
index 1230c13..ff86831 100644
--- a/picirq.c
+++ b/picirq.c
@@ -82,32 +82,3 @@ picinit(void)
if(irqmask != 0xFFFF)
picsetmask(irqmask);
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-// Blank page.