diff options
author | Arnd Bergmann <arnd@arndb.de> | 2009-05-01 17:36:44 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-05-21 09:56:06 -0400 |
commit | 6b4374261a067e2e1b78602eb5e631a4e027dacf (patch) | |
tree | fbf4dae0d2376f25b1b159b74380558f7e13bb02 | |
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>
-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 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) : { |