]> git.karo-electronics.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>
Fri, 28 Sep 2012 06:07:55 +0000 (16:07 +1000)
commit79c3a84d6416d5a0050bba46170936b529d58493
tree2ca2a5228a56bc11e3e5f8cfbcfa749137b12d41
parent48ce4b395d8d776b25cc97e0327d3bf3f9fd2f46
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