aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/page_alloc.c
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2012-09-12 20:41:01 +0100
committerKeir Fraser <keir@xen.org>2012-09-12 20:41:01 +0100
commita9c02a0d888864daeca191d25601725c5177ec40 (patch)
treeb249b5354a3939c5c675e463571b40c8717c96af /xen/common/page_alloc.c
parentfe4ebf84c6aaa4d96ab333cbd478cb67a818814c (diff)
downloadxen-a9c02a0d888864daeca191d25601725c5177ec40.tar.gz
xen-a9c02a0d888864daeca191d25601725c5177ec40.tar.bz2
xen-a9c02a0d888864daeca191d25601725c5177ec40.zip
In most of the codebase, use CONFIG_X86 in place of __i386__||__x86_64__
Signed-off-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 1d7359db29..ae309faf3e 100644
--- a/xen/common/page_alloc.c
+++ b/xen/common/page_alloc.c
@@ -1141,7 +1141,7 @@ void __init scrub_heap_pages(void)
* XEN-HEAP SUB-ALLOCATOR
*/
-#if !defined(__x86_64__)
+#if !defined(CONFIG_X86)
void init_xenheap_pages(paddr_t ps, paddr_t pe)
{