Skip to content

Commit

Permalink
[ACPI] increase MAX_IO_APICS to 64 on i386
Browse files Browse the repository at this point in the history
x86_64 was already 128

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

Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Len Brown committed Jul 12, 2005
1 parent 02df8b9 commit d8683a0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions include/asm-i386/apicdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8683a0

Please sign in to comment.