]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sections: disable const sections for PA-RISC v2
authorAndi Kleen <ak@linux.intel.com>
Wed, 26 Sep 2012 01:34:02 +0000 (11:34 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 27 Sep 2012 07:27:12 +0000 (17:27 +1000)
commite1834a967c39b25b2e6ad1d1f7ce298d8d109205
treeb96c7d3bf9d675550d3024d8b8a43d69774dfb26
parentdf1b26b540926e3367b4a144ad7e31177efddf43
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