This is just the arch specific linker bits for the early initialization
for security modules patch. Does this look sane for this arch?
--- 1.21/arch/alpha/vmlinux.lds.S Wed Apr 2 00:42:56 2003
+++ edited/arch/alpha/vmlinux.lds.S Mon May 12 16:16:54 2003
@@ -74,6 +74,13 @@
__con_initcall_end = .;
}
+ . = ALIGN(8);
+ .security_initcall.init : {
+ __security_initcall_start = .;
+ *(.security_initcall.init)
+ __security_initcall_end = .;
+ }
+
. = ALIGN(64);
__per_cpu_start = .;
.data.percpu : { *(.data.percpu) }
-
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/