summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lapic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lapic.c b/lapic.c
index 6a3ac8c..effceb1 100644
--- 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)
{