]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sections: disable const sections for PA-RISC v2
authorAndi Kleen <ak@linux.intel.com>
Fri, 28 Sep 2012 00:20:01 +0000 (10:20 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 3 Oct 2012 06:50:34 +0000 (16:50 +1000)
commite2ca0d9cf57a4cdd9a427872336bbe46afaecc84
tree539d442890cd7fb4a4e4c210cfc812af6654b572
parent39a84e6fc12ac79976ebc6446ae179bf752d8580
sections: disable const sections for PA-RISC v2

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 noise with modpost.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
Cc: Helge Deller <deller@gmx.de>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/parisc/Kconfig
include/linux/init.h
init/Kconfig