linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] v850: Add __param linker section
@ 2004-10-29  8:15 Miles Bader
  0 siblings, 0 replies; only message in thread
From: Miles Bader @ 2004-10-29  8:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Signed-off-by: Miles Bader <miles@gnu.org>

 arch/v850/kernel/vmlinux.lds.S |    5 +++++
 1 files changed, 5 insertions(+)

diff -ruN -X../cludes linux-2.6.9-uc0/arch/v850/kernel/vmlinux.lds.S linux-2.6.9-uc0-v850-20041028/arch/v850/kernel/vmlinux.lds.S
--- linux-2.6.9-uc0/arch/v850/kernel/vmlinux.lds.S	2004-10-25 15:14:32 +0900
+++ linux-2.6.9-uc0-v850-20041028/arch/v850/kernel/vmlinux.lds.S	2004-10-28 18:33:44 +0900
@@ -60,6 +60,11 @@
 		___start___kcrctab_gpl = .;				      \
 			*(__kcrctab_gpl)				      \
 		___stop___kcrctab_gpl = .;				      \
+		/* Built-in module parameters */			      \
+		___start___param = .;					      \
+		*(__param)						      \
+		___stop___param = .;
+
 
 /* Kernel text segment, and some constant data areas.  */
 #define TEXT_CONTENTS							      \

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-10-29  8:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-29  8:15 [PATCH] v850: Add __param linker section Miles Bader

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).