aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/e820.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2007-12-06 13:39:19 +0000
committerKeir Fraser <keir.fraser@citrix.com>2007-12-06 13:39:19 +0000
commit5cc77f9098763fc830db0a2b2aa53d8254305084 (patch)
tree02b33e2487fbb318cfdef362e7ebeb68d7de534f /xen/arch/x86/e820.c
parent8fd28ec7bdee9cb07c7af9bede6683e5edf02744 (diff)
downloadxen-5cc77f9098763fc830db0a2b2aa53d8254305084.tar.gz
xen-5cc77f9098763fc830db0a2b2aa53d8254305084.tar.bz2
xen-5cc77f9098763fc830db0a2b2aa53d8254305084.zip
32-on-64: Fix domain address-size clamping, implement
copy-on-grant-transfer, and eliminate 166GB memory limit for x86/64 Xen. Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'xen/arch/x86/e820.c')
-rw-r--r--xen/arch/x86/e820.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/xen/arch/x86/e820.c b/xen/arch/x86/e820.c
index 2fbfa87160..f09a48aed7 100644
--- a/xen/arch/x86/e820.c
+++ b/xen/arch/x86/e820.c
@@ -370,13 +370,6 @@ static void __init machine_specific_memory_setup(
"can be accessed by Xen in 32-bit mode.");
#endif
-#ifdef __x86_64__
- clip_to_limit((uint64_t)(MACH2PHYS_COMPAT_VIRT_END -
- __HYPERVISOR_COMPAT_VIRT_START) << 10,
- "Only the first %u GB of the physical memory map "
- "can be accessed by 32-on-64 guests.");
-#endif
-
reserve_dmi_region();
}