Re: [PATCH v5 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure

2016-04-10 Thread Hanjun Guo
+cc Tomasz, On 2016/4/4 19:37, Julien Grall wrote: The ACPI code requires to use global variales in order to collect 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

Re: [PATCH v5 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure

2016-04-06 Thread Christoffer Dall
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

[PATCH v5 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure

2016-04-04 Thread Julien Grall
The ACPI code requires to use global variales in order to collect 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 in