lkml.org 
[lkml]   [2004]   [Oct]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] v850: Add __param linker section
From
Date
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 \
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:07    [W:0.031 / U:0.536 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site