aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2009-05-01 17:36:44 -0400
committerMichal Simek <monstr@monstr.eu>2009-05-21 09:56:06 -0400
commit6b4374261a067e2e1b78602eb5e631a4e027dacf (patch)
treefbf4dae0d2376f25b1b159b74380558f7e13bb02 /arch/microblaze/kernel/vmlinux.lds.S
parent122eec2f023f25fdd491ee9eb8eface4ded70728 (diff)
microblaze: add security initcalls
The security subsystem has its own initcalls, which need support in vmlinux.lds.S. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/vmlinux.lds.S')
-rw-r--r--arch/microblaze/kernel/vmlinux.lds.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/vmlinux.lds.S b/arch/microblaze/kernel/vmlinux.lds.S
index 840385e51291..910f7c09b92a 100644
--- a/arch/microblaze/kernel/vmlinux.lds.S
+++ b/arch/microblaze/kernel/vmlinux.lds.S
@@ -132,6 +132,8 @@ SECTIONS {
132 __con_initcall_end = .; 132 __con_initcall_end = .;
133 } 133 }
134 134
135 SECURITY_INIT
136
135 __init_end_before_initramfs = .; 137 __init_end_before_initramfs = .;
136 138
137 .init.ramfs ALIGN(4096) : { 139 .init.ramfs ALIGN(4096) : {