Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8683a0c authored by Len Brown's avatar Len Brown
Browse files

[ACPI] increase MAX_IO_APICS to 64 on i386

parent 02df8b93
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -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