aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/boot/x86_64.S
diff options
context:
space:
mode:
authorkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-02-07 16:00:00 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-02-07 16:00:00 +0000
commit6c94cfd1491fb8cade2f5102cfca09ae4b05e900 (patch)
tree30d7fe234632f468827245ccde284322522811ac /xen/arch/x86/boot/x86_64.S
parent94dc02967a7c13ef8e5091f73a50d7af645e20d1 (diff)
downloadxen-6c94cfd1491fb8cade2f5102cfca09ae4b05e900.tar.gz
xen-6c94cfd1491fb8cade2f5102cfca09ae4b05e900.tar.bz2
xen-6c94cfd1491fb8cade2f5102cfca09ae4b05e900.zip
bitkeeper revision 1.1159.212.110 (42079080u5EKN2Dp7MbOEM7lnEs4gg)
Various bug fixes, and NMI/DF improvements for x86_64. Signed-off-by: keir.fraser@cl.cam.ac.uk
Diffstat (limited to 'xen/arch/x86/boot/x86_64.S')
-rw-r--r--xen/arch/x86/boot/x86_64.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/xen/arch/x86/boot/x86_64.S b/xen/arch/x86/boot/x86_64.S
index 319f18a54b..d3414a3816 100644
--- a/xen/arch/x86/boot/x86_64.S
+++ b/xen/arch/x86/boot/x86_64.S
@@ -243,8 +243,8 @@ ENTRY(idle_pg_table_l2)
identmap /* Too orangey for crows :-) */
.org 0x4000
-ENTRY(cpu0_stack) # Initial stack is 8kB
+ENTRY(cpu0_stack)
- .org 0x6000
+ .org 0x4000 + STACK_SIZE
ENTRY(stext)
ENTRY(_stext)