summaryrefslogtreecommitdiff
path: root/kernel/smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/smp.c')
-rw-r--r--kernel/smp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/smp.c b/kernel/smp.c
index f3bc73b..2bf0755 100644
--- a/kernel/smp.c
+++ b/kernel/smp.c
@@ -123,7 +123,6 @@ void smp_start_aps(smp_processors *pros,char *path)
// start proc 0x7 = 0x7000; etc..
*reg=(6<<8)|(1<<14)|0x7; // 110 SIPI
-
}
}