Re: frv build failure in mainline kernel
From: Guenter Roeck
Date: Tue May 16 2017 - 10:07:06 EST
On 05/16/2017 05:44 AM, David Howells wrote:
Guenter Roeck <linux@xxxxxxxxxxxx> wrote:
I assume declaring both __jiffy_data and ____cacheline_aligned_in_smp
attributes doesn't work ?
You should be able to stack attributes, I think.
Turns out not here because ____cacheline_aligned_in_smp includes
__page_aligned_data which also declares the section, at least on x86.
Guenter