[PATCH 09/20] ARM64 / ACPI: Implement core functions for parsing MADT table
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-01-24 20:57:32
Also in:
linux-acpi, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-01-24 20:57:32
Also in:
linux-acpi, lkml
On Friday 24 January 2014, Hanjun Guo wrote:
quoted
quoted
diff --git a/arch/arm64/include/asm/acpi.h b/arch/arm64/include/asm/acpi.h index e108d9c..c335c6d 100644 --- a/arch/arm64/include/asm/acpi.h +++ b/arch/arm64/include/asm/acpi.h@@ -83,6 +83,9 @@ void arch_fix_phys_package_id(int num, u32 slot); extern int (*acpi_suspend_lowlevel)(void); #define acpi_wakeup_address (0) +#define MAX_GIC_CPU_INTERFACE 256I'll bite. Where on Earth is this value coming from?I just thought 256 is big enough for now :( Yes, should be a larger number for GICv3.
Could this just be set to NR_CPUS? That way it will be large enough for any system you can actually run on. Arnd