diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-05-01 21:36:44 +0000 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-05-21 15:56:06 +0200 |
commit | 6b4374261a067e2e1b78602eb5e631a4e027dacf (patch) | |
tree | fbf4dae0d2376f25b1b159b74380558f7e13bb02 /arch/microblaze | |
parent | 122eec2f023f25fdd491ee9eb8eface4ded70728 (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')
-rw-r--r-- | arch/microblaze/kernel/vmlinux.lds.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/microblaze/kernel/vmlinux.lds.S b/arch/microblaze/kernel/vmlinux.lds.S index 840385e5129..910f7c09b92 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) : { |