aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Zammit via Bug reports for the GNU Hurd <bug-hurd@gnu.org>2024-12-09 12:17:30 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-12-09 22:25:31 +0100
commit6486deedefca41e4908988dd0600dbf4a624bd84 (patch)
tree960d00e01d2457501af18f7dd7430a823c19ebfb
parent39c64a75878480ca96b2ed61d89c51c199ade21a (diff)
downloadgnumach-6486deedefca41e4908988dd0600dbf4a624bd84.tar.gz
gnumach-6486deedefca41e4908988dd0600dbf4a624bd84.tar.bz2
gnumach-6486deedefca41e4908988dd0600dbf4a624bd84.zip
i386/cpuboot: Dont use CPU_NUMBER_NO_STACK() early
Since we just set up the gs segment, we can use CPU_NUMBER instead of CPU_NUMBER_NO_STACK. Message-ID: <20241209121706.879984-3-damien@zamaudio.com>
-rw-r--r--i386/i386/cpuboot.S2
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 */