aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/config.h
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-06-01 10:20:33 +0100
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-06-01 10:20:33 +0100
commitfb1b6345e5cf7920c5199e65a64b74915636d6a9 (patch)
tree48179cfbae9605ecc4b56f67c16c110b30fb2a32 /xen/include/asm-arm/config.h
parentbfc4fd6aecc672ef52868b14b126358570c9a5ba (diff)
downloadxen-fb1b6345e5cf7920c5199e65a64b74915636d6a9.tar.gz
xen-fb1b6345e5cf7920c5199e65a64b74915636d6a9.tar.bz2
xen-fb1b6345e5cf7920c5199e65a64b74915636d6a9.zip
arm: shared_info page allocation and mapping
Allocate the shared_info page at domain creation. Implement arch_memory_op, only for XENMEM_add_to_physmap with space == XENMAPSPACE_shared_info, so that the guest can map the shared_info page. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/include/asm-arm/config.h')
-rw-r--r--xen/include/asm-arm/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/asm-arm/config.h b/xen/include/asm-arm/config.h
index 1e4f108f9e..91e87e1571 100644
--- a/xen/include/asm-arm/config.h
+++ b/xen/include/asm-arm/config.h
@@ -7,6 +7,8 @@
#ifndef __ARM_CONFIG_H__
#define __ARM_CONFIG_H__
+#define CONFIG_PAGING_ASSISTANCE 1
+
#define CONFIG_PAGING_LEVELS 3
#define CONFIG_ARM 1