summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel
diff options
context:
space:
mode:
authorArnd Bergmann2009-05-01 23:36:44 +0200
committerMichal Simek2009-05-21 15:56:06 +0200
commit6b4374261a067e2e1b78602eb5e631a4e027dacf (patch)
treefbf4dae0d2376f25b1b159b74380558f7e13bb02 /arch/microblaze/kernel
parentmicroblaze: remove cacheable_memcpy (diff)
downloadkernel-qcow2-linux-6b4374261a067e2e1b78602eb5e631a4e027dacf.tar.gz
kernel-qcow2-linux-6b4374261a067e2e1b78602eb5e631a4e027dacf.tar.xz
kernel-qcow2-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')
-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) : {