summaryrefslogtreecommitdiff
path: root/bios/rombios32start.S
diff options
context:
space:
mode:
Diffstat (limited to 'bios/rombios32start.S')
-rw-r--r--bios/rombios32start.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/bios/rombios32start.S b/bios/rombios32start.S
index d96d1b75..de34565b 100644
--- a/bios/rombios32start.S
+++ b/bios/rombios32start.S
@@ -49,7 +49,7 @@ _start:
smp_ap_boot_code_start:
xor %ax, %ax
mov %ax, %ds
- lock incw CPU_COUNT_ADDR
+ lock incw smp_cpus
1:
hlt
jmp 1b