aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/boot/x86_64.S
diff options
context:
space:
mode:
authorkaf24@pb001.cl.cam.ac.uk <kaf24@pb001.cl.cam.ac.uk>2004-12-16 15:41:47 +0000
committerkaf24@pb001.cl.cam.ac.uk <kaf24@pb001.cl.cam.ac.uk>2004-12-16 15:41:47 +0000
commit2ad9714117780908103ae957bb943f7f5fccb224 (patch)
tree8e4093a1917b47e00331c4ae49f1dd16a3391c10 /xen/arch/x86/boot/x86_64.S
parent2987fc6f7e7282852a5a9ee7f4f3171eb6e5554f (diff)
downloadxen-2ad9714117780908103ae957bb943f7f5fccb224.tar.gz
xen-2ad9714117780908103ae957bb943f7f5fccb224.tar.bz2
xen-2ad9714117780908103ae957bb943f7f5fccb224.zip
bitkeeper revision 1.1159.1.488 (41c1acbbhUN0iUWmupmPB85ghWRehg)
Many files: x86/64 fixes.
Diffstat (limited to 'xen/arch/x86/boot/x86_64.S')
-rw-r--r--xen/arch/x86/boot/x86_64.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/arch/x86/boot/x86_64.S b/xen/arch/x86/boot/x86_64.S
index a8253a4ce1..875584126e 100644
--- a/xen/arch/x86/boot/x86_64.S
+++ b/xen/arch/x86/boot/x86_64.S
@@ -252,11 +252,14 @@ map_domain_mem:
unmap_domain_mem:
ret_from_intr:
#undef machine_to_phys_mapping
+#undef phys_to_machine_mapping
.globl copy_to_user, set_intr_gate, die, machine_to_phys_mapping
+.globl phys_to_machine_mapping
copy_to_user:
set_intr_gate:
die:
machine_to_phys_mapping:
+phys_to_machine_mapping:
.globl copy_from_user, show_registers, do_iopl
copy_from_user:
show_registers: