aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/config.h
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/include/asm-arm/config.h
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/include/asm-arm/config.h')
-rw-r--r--xen/include/asm-arm/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xen/include/asm-arm/config.h b/xen/include/asm-arm/config.h
index 7e5daa00bd..fb9e93cc4d 100644
--- a/xen/include/asm-arm/config.h
+++ b/xen/include/asm-arm/config.h
@@ -36,6 +36,7 @@
#define CONFIG_SMP 1
#define CONFIG_DOMAIN_PAGE 1
+#define CONFIG_SEPARATE_XENHEAP 1
#define CONFIG_VIDEO 1