diff options
author | Daniel Kiper <dkiper@net-space.pl> | 2011-05-12 00:34:38 +0400 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-05-12 22:37:06 +0400 |
commit | 0f16d0dfcdb5aab97d9e368f008b070b5b3ec6d3 (patch) | |
tree | 113beb9b76927b0f062bb653d025e2466091ec5f /arch/x86/xen/mmu.c | |
parent | 15bfc094517db2ddf38ca7ed47f3a1c0ad24f7c4 (diff) | |
download | linux-0f16d0dfcdb5aab97d9e368f008b070b5b3ec6d3.tar.xz |
xen/setup: Fix for incorrect xen_extra_mem_start initialization under 32-bit
git commit 24bdb0b62cc82120924762ae6bc85afc8c3f2b26 (xen: do not create
the extra e820 region at an addr lower than 4G) does not take into
account that ifdef CONFIG_X86_32 instead of e820_end_of_low_ram_pfn()
find_low_pfn_range() is called (both calls are from arch/x86/kernel/setup.c).
find_low_pfn_range() behaves correctly and does not require change in
xen_extra_mem_start initialization. Additionally, if xen_extra_mem_start
is initialized in the same way as ifdef CONFIG_X86_64 then memory hotplug
support for Xen balloon driver (under development) is broken.
Signed-off-by: Daniel Kiper <dkiper@net-space.pl>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'arch/x86/xen/mmu.c')
0 files changed, 0 insertions, 0 deletions