* [PATCH] adjust init section definitions
@ 2008-08-29 11:47 Jan Beulich
0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2008-08-29 11:47 UTC (permalink / raw)
To: sam; +Cc: linux-kernel
Add rodata equivalents for assembly use, and fix the section attributes
used by __REFCONST.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
---
include/linux/init.h | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--- linux-2.6.27-rc5/include/linux/init.h 2008-08-21 14:37:35.000000000 +0200
+++ 2.6.27-rc5-init-rodata/include/linux/init.h 2008-08-22 15:24:33.000000000 +0200
@@ -112,21 +112,25 @@
#define __FINIT .previous
#define __INITDATA .section ".init.data","aw"
+#define __INITRODATA .section ".init.rodata","a"
#define __FINITDATA .previous
#define __DEVINIT .section ".devinit.text", "ax"
#define __DEVINITDATA .section ".devinit.data", "aw"
+#define __DEVINITRODATA .section ".devinit.rodata", "a"
#define __CPUINIT .section ".cpuinit.text", "ax"
#define __CPUINITDATA .section ".cpuinit.data", "aw"
+#define __CPUINITRODATA .section ".cpuinit.rodata", "a"
#define __MEMINIT .section ".meminit.text", "ax"
#define __MEMINITDATA .section ".meminit.data", "aw"
+#define __MEMINITRODATA .section ".meminit.rodata", "a"
/* silence warnings when references are OK */
#define __REF .section ".ref.text", "ax"
#define __REFDATA .section ".ref.data", "aw"
-#define __REFCONST .section ".ref.rodata", "aw"
+#define __REFCONST .section ".ref.rodata", "a"
#ifndef __ASSEMBLY__
/*
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-29 11:46 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-29 11:47 [PATCH] adjust init section definitions Jan Beulich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox