On Fri, Mar 29, 2019 at 05:46:29PM -0700, Andi Kleen wrote:
> From: Andi Kleen
>
> cacheline_aligned is a special section. It cannot be const at the same
> time because it's not read-only. It doesn't give any MMU protection.
>
> Mark it cacheline_aligned to not place it in a special section,
Hi,
Le vendredi 29 mars 2019 à 17:46 -0700, Andi Kleen a écrit :
>
> Mark it cacheline_aligned to not place it in a special section,
> but just align it in .rodata
>
Small typo: commit title seems to suggests there's only 3 underscore
('___cacheline_aligned') instead of 4.
Regards.
--
Ya
On Sat, 30 Mar 2019 at 01:46, Andi Kleen wrote:
>
> From: Andi Kleen
>
> cacheline_aligned is a special section. It cannot be const at the same
> time because it's not read-only. It doesn't give any MMU protection.
>
> Mark it cacheline_aligned to not place it in a special section,
> but just
From: Andi Kleen
cacheline_aligned is a special section. It cannot be const at the same
time because it's not read-only. It doesn't give any MMU protection.
Mark it cacheline_aligned to not place it in a special section,
but just align it in .rodata
Cc: herb...@gondor.apana.org.au
Suggested