2004-10-29 08:16:42

by Miles Bader

[permalink] [raw]
Subject: [PATCH] v850: Add __param linker section

Signed-off-by: Miles Bader <[email protected]>

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 \