aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-i386/apicdef.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/asm-i386/apicdef.h b/include/asm-i386/apicdef.h
index c689554ad5b9..cb0a8bf530c2 100644
--- a/include/asm-i386/apicdef.h
+++ b/include/asm-i386/apicdef.h
@@ -108,11 +108,7 @@
108 108
109#define APIC_BASE (fix_to_virt(FIX_APIC_BASE)) 109#define APIC_BASE (fix_to_virt(FIX_APIC_BASE))
110 110
111#ifdef CONFIG_NUMA 111#define MAX_IO_APICS 64
112 #define MAX_IO_APICS 32
113#else
114 #define MAX_IO_APICS 8
115#endif
116 112
117/* 113/*
118 * the local APIC register structure, memory mapped. Not terribly well 114 * the local APIC register structure, memory mapped. Not terribly well