From 5bf11c50b512f06fd96675ca1ddd9ab1a2cf6fa0 Mon Sep 17 00:00:00 2001
From: Austin Clements <amdragon@mit.edu>
Date: Thu, 2 Sep 2010 18:36:06 -0400
Subject: [PATCH] Get rid of the blank page in picirq.c.  It misaligs things
 now.

---
 picirq.c    | 29 -----------------------------
 runoff.spec |  2 ++
 2 files changed, 2 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.
diff --git a/runoff.spec b/runoff.spec
index 3306f32..8a2b5c9 100644
--- a/runoff.spec
+++ b/runoff.spec
@@ -70,6 +70,7 @@ odd: vm.c
 # fs.h either
 # fsvar.h either
 left: ide.c
+even: ide.c
 # odd: bio.c
 odd: fs.c   # VERY important
 # file.c either
@@ -79,5 +80,6 @@ odd: fs.c   # VERY important
 # even: pipe.c  # mild preference
 # string.c either
 left: kbd.h
+even: kbd.h
 even: console.c
 odd: sh.c