diff options
-rw-r--r-- | i386/i386/cpuboot.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S index 5486a5c7..f93e0387 100644 --- a/i386/i386/cpuboot.S +++ b/i386/i386/cpuboot.S @@ -200,7 +200,7 @@ apboot_jmp_offset: wrmsr /* Load int_stack_top[cpu] -> esp */ - CPU_NUMBER_NO_STACK(%edx) + CPU_NUMBER(%edx) movl CX(EXT(int_stack_top), %edx), %esp /* Ensure stack alignment */ |