xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7d9ee3b833aed336e14a42599b63648317a71845
parent 5a97613bab27b3bf5f94d1ebc815be92f1e1a7c2
Author: Austin Clements <amdragon@mit.edu>
Date:   Fri,  2 Sep 2011 15:29:33 -0400

Fix weird pagebreak bug

Diffstat:
Mlapic.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lapic.c b/lapic.c @@ -47,8 +47,8 @@ lapicw(int index, int value) lapic[index] = value; lapic[ID]; // wait for write to finish, by reading } - //PAGEBREAK! + void lapicinit(int c) {