[PATCH 12/20] ARM64 / ACPI: Use Parked Address in GIC structure for spin table SMP initialisation
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-01-17 14:15:45
Also in:
linux-acpi, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-01-17 14:15:45
Also in:
linux-acpi, lkml
On Friday 17 January 2014, Hanjun Guo wrote:
+/* Parked Address in ACPI GIC structure */ +static u64 parked_address[NR_CPUS];
Please use the per_cpu infrastructure rather than NR_CPUS long arrays. Arnd