[PATCH v5 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure
Christoffer Dall
christoffer.dall at linaro.org
Wed Apr 6 10:26:20 PDT 2016
On Mon, Apr 04, 2016 at 12:37:36PM +0100, Julien Grall wrote:
> The ACPI code requires to use global variales in order to collect
s/variales/variables/
> information from the tables.
>
> To make clear those variables are ACPI specific, gather all of them in a
> single structure.
>
> Furthermore, even if some of the variables are not marked with
> __initdata, they are all only used during the initialization. Therefore,
> the new variable, which hold the structure, can be marked with
> __initdata.
>
> Signed-off-by: Julien Grall <julien.grall at arm.com>
>
> ---
> Cc: Thomas Gleixner <tglx at linutronix.de>
> Cc: Jason Cooper <jason at lakedaemon.net>
> Cc: Marc Zyngier <marc.zyngier at arm.com>
>
> Changes in v4:
> - Rework commit message
>
> Changes in v3:
> - Patch added
> ---
Otherwise:
Acked-by: Christoffer Dall <christoffer.dall at linaro.org>
More information about the linux-arm-kernel
mailing list