lkml.org 
[lkml]   [2003]   [Jun]   [17]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH][v850] Add .con_initcall.init section on v850
DateTue, 17 Jun 2003 15:05:39 +0900 (JST)
From(Miles Bader)
diff -ruN -X../cludes linux-2.5.72-moo/arch/v850/vmlinux.lds.S linux-2.5.72-moo-v850-20030617/arch/v850/vmlinux.lds.S
--- linux-2.5.72-moo/arch/v850/vmlinux.lds.S	2003-06-16 14:52:17.000000000 +0900
+++ linux-2.5.72-moo-v850-20030617/arch/v850/vmlinux.lds.S	2003-06-17 14:23:12.000000000 +0900
@@ -95,7 +97,10 @@
 			*(.initcall6.init)				      \
 			*(.initcall7.init)				      \
 		. = ALIGN (4) ;						      \
-		___initcall_end = . ;
+		___initcall_end = . ;					      \
+		___con_initcall_start = .;				      \
+			*(.con_initcall.init)				      \
+		___con_initcall_end = .;
 
 /* Contents of `init' section for a kernel that's loaded into RAM.  */
 #define RAMK_INIT_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 12:36    [from the cache]
©2003-2008