# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2005/07/03 16:42:32-04:00 len.brown@intel.com # [ACPI] increase MAX_IO_APICS # # http://bugzilla.kernel.org/show_bug.cgi?id=3754 # # Signed-off-by: Len Brown # # include/asm-x86_64/apicdef.h # 2005/07/03 16:42:23-04:00 len.brown@intel.com +1 -0 # MAX_IO_APICS 128 # # include/asm-i386/apicdef.h # 2005/07/03 16:42:23-04:00 len.brown@intel.com +1 -5 # MAX_IO_APICS 64 # Index: linux-2.6.12/include/asm-i386/apicdef.h =================================================================== --- linux-2.6.12.orig/include/asm-i386/apicdef.h 2005-07-09 23:35:05.000000000 -0400 +++ linux-2.6.12/include/asm-i386/apicdef.h 2005-07-10 00:43:08.000000000 -0400 @@ -108,11 +108,7 @@ #define APIC_BASE (fix_to_virt(FIX_APIC_BASE)) -#ifdef CONFIG_NUMA - #define MAX_IO_APICS 32 -#else - #define MAX_IO_APICS 8 -#endif +#define MAX_IO_APICS 64 /* * the local APIC register structure, memory mapped. Not terribly well