projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
122eec2
)
microblaze: add security initcalls
author
Arnd Bergmann
<arnd@arndb.de>
Fri, 1 May 2009 21:36:44 +0000
(21:36 +0000)
committer
Michal Simek
<monstr@monstr.eu>
Thu, 21 May 2009 13:56:06 +0000
(15:56 +0200)
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>
arch/microblaze/kernel/vmlinux.lds.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/kernel/vmlinux.lds.S
b/arch/microblaze/kernel/vmlinux.lds.S
index 840385e51291f507b9560f1ac36c43585f232870..910f7c09b92a62ca1f65b3041a4c962d43825e8d 100644
(file)
--- 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) : {