summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index c2b9b3f..fb6cb40 100644
--- a/main.c
+++ b/main.c
@@ -97,7 +97,7 @@ mpmain(void)
// make sure there's a TSS
setupsegs(0);
- cpuid(0, 0, 0, 0, 0); // memory barrier
+ cpuid(0, 0, 0, 0, 0); // memory barrier
cpus[cpu()].booted = 1;
// Enable interrupts on this processor.