mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 08:43:31 +00:00
[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 <len.brown@intel.com>
This commit is contained in:
parent
02df8b9385
commit
d8683a0cb5
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue