tree 56438edb1f7cd8875e405a830405e35bdc5c4740 parent 02df8b9385c21fdba165bd380f60eca1d3b0578b author Len Brown <[EMAIL PROTECTED]> Mon, 04 Jul 2005 00:42:23 -0400 committer Len Brown <[EMAIL PROTECTED]> Tue, 12 Jul 2005 08:16:06 -0400
[ACPI] increase MAX_IO_APICS to 64 on i386 x86_64 was already 128 http://bugzilla.kernel.org/show_bug.cgi?id=3754 Signed-off-by: Len Brown <[EMAIL PROTECTED]> include/asm-i386/apicdef.h | 6 +----- 1 files changed, 1 insertion(+), 5 deletions(-) diff --git a/include/asm-i386/apicdef.h b/include/asm-i386/apicdef.h --- a/include/asm-i386/apicdef.h +++ b/include/asm-i386/apicdef.h @@ -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 - To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
