On Friday 24 January 2014, Hanjun Guo wrote: > >> 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 256 > > I'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 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html