This is just the arch specific linker bits for the early initialization
for security modules patch. Does this look sane for this arch?
--- 1.16/arch/cris/vmlinux.lds.S Fri Feb 14 14:37:05 2003
+++ edited/arch/cris/vmlinux.lds.S Mon May 12 16:16:55 2003
@@ -74,7 +74,12 @@
__con_initcall_start = .;
*(.con_initcall.init)
__con_initcall_end = .;
-
+ }
+ .security_initcall.init : {
+ __security_initcall_start = .;
+ *(.security_initcall.init)
+ __security_initcall_end = .;
+
/* We fill to the next page, so we can discard all init
pages without needing to consider what payload might be
appended to the kernel image. */
-
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/