aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/page_alloc.c
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2013-08-08 13:15:16 +0100
committerIan Campbell <ian.campbell@citrix.com>2013-08-20 15:44:36 +0100
commit2c092bb6ee902997363b338cde447fe11b3a75c6 (patch)
treec79dc55607b9e8839ce5798fc3e4a9ce3f12d9f9 /xen/common/page_alloc.c
parent530cef20c3c2b9c58e73d7a768665464f20653e7 (diff)
downloadxen-2c092bb6ee902997363b338cde447fe11b3a75c6.tar.gz
xen-2c092bb6ee902997363b338cde447fe11b3a75c6.tar.bz2
xen-2c092bb6ee902997363b338cde447fe11b3a75c6.zip
xen: gate split heap code on its own config option rather than !X86
I'm going to want to disable this for 64 bit ARM. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Jan Beulich <jbeulich@suse.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Acked-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/common/page_alloc.c')
-rw-r--r--xen/common/page_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/common/page_alloc.c b/xen/common/page_alloc.c
index 25a7d3daaf..41251b2c0c 100644
--- a/xen/common/page_alloc.c
+++ b/xen/common/page_alloc.c
@@ -1305,7 +1305,7 @@ void __init scrub_heap_pages(void)
* XEN-HEAP SUB-ALLOCATOR
*/
-#if !defined(CONFIG_X86)
+#if defined(CONFIG_SEPARATE_XENHEAP)
void init_xenheap_pages(paddr_t ps, paddr_t pe)
{