On Fri, Sep 04, 2015 at 01:57:00PM +0100, Julien Grall wrote:
> The commit 88e3ed61642bb393458acc7a9bd2f96edc337190 "x86/NUMA: make
> init_node_heap() respect Xen heap limit" breaks boot on the arm64 board
> X-Gene.
> 
> The xenheap bits variable is used to know the last RAM MFN always mapped
> in Xen virtual memory. If the value is 0, it means that all the memory is
> always mapped in Xen virtual memory.
> 
> On X-gene the RAM bank resides above 128GB and last xenheap MFN is
> 0x4400000. With the new way to calculate the number of bits, xenheap_bits
> will be equal to 38 bits. This will result to hide all the RAM and the
> impossibility to allocate xenheap memory.
> 
> Given that aarch64 have always all the memory mapped in Xen virtual
> memory, it's not necessary to call xenheap_max_mfn which set the number
> of bits.
> 
> Suggested-by: Jan Beulich <jbeul...@suse.com>
> Signed-off-by: Julien Grall <julien.gr...@citrix.com>
> Acked-by: Ian Campbell <ian.campb...@citrix.com>
> 

Release-acked-by: Wei Liu <wei.l...@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to