aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/fixmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-x86/fixmap.h')
-rw-r--r--xen/include/asm-x86/fixmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/fixmap.h b/xen/include/asm-x86/fixmap.h
index 2c0dacf124..4917336a71 100644
--- a/xen/include/asm-x86/fixmap.h
+++ b/xen/include/asm-x86/fixmap.h
@@ -29,7 +29,7 @@
* from the end of virtual memory backwards.
*/
enum fixed_addresses {
-#ifdef CONFIG_X86_PAE
+#ifdef __i386__
FIX_PAE_HIGHMEM_0,
FIX_PAE_HIGHMEM_END = FIX_PAE_HIGHMEM_0 + NR_CPUS-1,
#endif