Re: [PATCH 1/1] ACPI / PNP: Fix incorrect placement of __initdata

2013-08-22 Thread Sachin Kamat
[+cc Russell] On 22 August 2013 21:45, Bjorn Helgaas wrote: > [+cc linux-kernel] > > On Thu, Aug 22, 2013 at 1:44 AM, Sachin Kamat wrote: >> __initdata should be placed between the variable name and equal >> sign for the variable to be placed in the intended section. > > I'm not sure this is tru

Re: [PATCH 1/1] ACPI / PNP: Fix incorrect placement of __initdata

2013-08-22 Thread Bjorn Helgaas
[+cc linux-kernel] On Thu, Aug 22, 2013 at 1:44 AM, Sachin Kamat wrote: > __initdata should be placed between the variable name and equal > sign for the variable to be placed in the intended section. I'm not sure this is true, or maybe there's some sort of toolchain issue. On my system, I see t