Skip to content

Commit

Permalink
microblaze: add security initcalls
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann authored and Michal Simek committed May 21, 2009
1 parent 122eec2 commit 6b43742
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/microblaze/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ SECTIONS {
__con_initcall_end = .;
}

SECURITY_INIT

__init_end_before_initramfs = .;

.init.ramfs ALIGN(4096) : {
Expand Down

0 comments on commit 6b43742

Please sign in to comment.