aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2006-02-03 18:45:14 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2006-02-03 18:45:14 +0000
commit2f41331f4c32dbc2d27e261783f472cccc648719 (patch)
treeda7f94dcd6965ee882dd70c9062b634a307ce93c
parentebe6af1e310e21f9bc076dbb1bb33711f8138c82 (diff)
downloadxen-2f41331f4c32dbc2d27e261783f472cccc648719.tar.gz
xen-2f41331f4c32dbc2d27e261783f472cccc648719.tar.bz2
xen-2f41331f4c32dbc2d27e261783f472cccc648719.zip
Fix hypercall_page location on x86_64.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
-rw-r--r--linux-2.6-xen-sparse/arch/x86_64/kernel/head-xen.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-2.6-xen-sparse/arch/x86_64/kernel/head-xen.S b/linux-2.6-xen-sparse/arch/x86_64/kernel/head-xen.S
index 1b1ddd257d..aa76b7fa82 100644
--- a/linux-2.6-xen-sparse/arch/x86_64/kernel/head-xen.S
+++ b/linux-2.6-xen-sparse/arch/x86_64/kernel/head-xen.S
@@ -19,7 +19,7 @@
.ascii "GUEST_OS=linux,GUEST_VER=2.6"
.ascii ",XEN_VER=xen-3.0"
.ascii ",VIRT_BASE=0xffffffff80000000"
- .ascii ",HYPERCALL_PAGE=0x10d" /* __pa(hypercall_page) >> 12 */
+ .ascii ",HYPERCALL_PAGE=0x10a" /* __pa(hypercall_page) >> 12 */
.ascii ",LOADER=generic"
.byte 0