summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/vmlinux.lds.S
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2009-05-01 21:36:44 +0000
committerMichal Simek <monstr@monstr.eu>2009-05-21 15:56:06 +0200
commit6b4374261a067e2e1b78602eb5e631a4e027dacf (patch)
treefbf4dae0d2376f25b1b159b74380558f7e13bb02 /arch/microblaze/kernel/vmlinux.lds.S
parent122eec2f023f25fdd491ee9eb8eface4ded70728 (diff)
downloadtalos-obmc-linux-6b4374261a067e2e1b78602eb5e631a4e027dacf.tar.gz
talos-obmc-linux-6b4374261a067e2e1b78602eb5e631a4e027dacf.zip
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 {
__con_initcall_end = .;
}
+ SECURITY_INIT
+
__init_end_before_initramfs = .;
.init.ramfs ALIGN(4096) : {
OpenPOWER on IntegriCloud