]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[ACPI] increase MAX_IO_APICS to 64 on i386
authorLen Brown <len.brown@intel.com>
Sun, 3 Jul 2005 20:42:23 +0000 (16:42 -0400)
committerLen Brown <len.brown@intel.com>
Tue, 12 Jul 2005 04:16:06 +0000 (00:16 -0400)
x86_64 was already 128

http://bugzilla.kernel.org/show_bug.cgi?id=3754

Signed-off-by: Len Brown <len.brown@intel.com>
include/asm-i386/apicdef.h

index c689554ad5b98a9db353e427ed58018c1b09b767..cb0a8bf530c2d466bcb3e0fad3501a2dc721b255 100644 (file)
 
 #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