Skip to content

Commit

Permalink
Get rid of the blank page in picirq.c. It misaligs things now.
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Clements committed Sep 2, 2010
1 parent 79cd8b3 commit 5bf11c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
29 changes: 0 additions & 29 deletions picirq.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,32 +82,3 @@ picinit(void)
if(irqmask != 0xFFFF)
picsetmask(irqmask);
}




























// Blank page.
2 changes: 2 additions & 0 deletions runoff.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 5bf11c5

Please sign in to comment.