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-01 21:26:34 +0000
committerkaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk>2005-02-01 21:26:34 +0000
commit5d73339f8bc74d1ee5cbf7f68757f95888135b58 (patch)
tree6d9f7b7a7ae1eee085286dcdcf07314ffc1abc5f /xen/arch/x86/boot/x86_64.S
parenta3c835502c3026fc496e0aefc13c0d10fc0bfa35 (diff)
downloadxen-5d73339f8bc74d1ee5cbf7f68757f95888135b58.tar.gz
xen-5d73339f8bc74d1ee5cbf7f68757f95888135b58.tar.bz2
xen-5d73339f8bc74d1ee5cbf7f68757f95888135b58.zip
bitkeeper revision 1.1159.212.62 (41fff40aESe4aWS82z_rLHeonXpxuQ)
More x86/64 stuff. 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.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/xen/arch/x86/boot/x86_64.S b/xen/arch/x86/boot/x86_64.S
index a35b192917..af79710199 100644
--- a/xen/arch/x86/boot/x86_64.S
+++ b/xen/arch/x86/boot/x86_64.S
@@ -106,10 +106,6 @@ skip_multiboot_check:
/* Install relocated selectors (FS/GS unused). */
lgdt gdt_descr(%rip)
- mov $(__HYPERVISOR_DS),%ecx
- mov %ecx,%ds
- mov %ecx,%es
- mov %ecx,%ss
/* Enable full CR4 features. */
mov mmu_cr4_features(%rip),%rcx
@@ -164,9 +160,6 @@ int_msg:
.asciz "Unknown interrupt\n"
ignore_int:
cld
- mov $(__HYPERVISOR_DS),%eax
- mov %eax,%ds
- mov %eax,%es
lea int_msg(%rip),%rdi
call SYMBOL_NAME(printf)
1: jmp 1b