On Sun, Aug 19, 2012 at 04:07:10AM +0200, Andi Kleen wrote:
> > > +config BROKEN_RODATA
> > > + bool
> > > + default y
> >
> > Could you please change this so we have a commonly defined
> > HAVE_BROKEN_RODATA
> > symbol. Then arch's that have broken RO data can select this symbol.
> > If we exper
> > +config BROKEN_RODATA
> > + bool
> > + default y
>
> Could you please change this so we have a commonly defined HAVE_BROKEN_RODATA
> symbol. Then arch's that have broken RO data can select this symbol.
> If we experience tomorrow that sparc have the same issue then with
> this patch sparc
On Sat, Aug 18, 2012 at 10:29:52AM -0700, Andi Kleen wrote:
> From: Andi Kleen
>
> The PA-RISC tool chain seems to have some problem with correct read/write
> attributes on sections. This causes problems when the const sections
> are fixed up for other architecture to only contain truly read-only
From: Andi Kleen
The PA-RISC tool chain seems to have some problem with correct read/write
attributes on sections. This causes problems when the const sections
are fixed up for other architecture to only contain truly read-only
data.
Disable const sections for PA-RISC
This can cause a bit of no
4 matches
Mail list logo