Commit d8683a0c authored by Len Brown's avatar Len Brown

[ACPI] increase MAX_IO_APICS to 64 on i386

x86_64 was already 128

http://bugzilla.kernel.org/show_bug.cgi?id=3754Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 02df8b93
...@@ -108,11 +108,7 @@ ...@@ -108,11 +108,7 @@
#define APIC_BASE (fix_to_virt(FIX_APIC_BASE)) #define APIC_BASE (fix_to_virt(FIX_APIC_BASE))
#ifdef CONFIG_NUMA #define MAX_IO_APICS 64
#define MAX_IO_APICS 32
#else
#define MAX_IO_APICS 8
#endif
/* /*
* the local APIC register structure, memory mapped. Not terribly well * the local APIC register structure, memory mapped. Not terribly well
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment