projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1480c5
)
[PATCH] uml: add INITCALLS
author
Jeff Dike
<jdike@addtoit.com>
Tue, 31 Oct 2006 06:07:14 +0000
(22:07 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 31 Oct 2006 16:07:00 +0000
(08:07 -0800)
This is the UML piece of the INITCALLS tidying.
Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-um/common.lds.S
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-um/common.lds.S
b/include/asm-um/common.lds.S
index 1010153faaf93731054d8789c6105ea9057ae70a..f0454516dd318d2b30bd86988f900dd72c66adab 100644
(file)
--- a/
include/asm-um/common.lds.S
+++ b/
include/asm-um/common.lds.S
@@
-42,13
+42,7
@@
__initcall_start = .;
.initcall.init : {
- *(.initcall1.init)
- *(.initcall2.init)
- *(.initcall3.init)
- *(.initcall4.init)
- *(.initcall5.init)
- *(.initcall6.init)
- *(.initcall7.init)
+ INITCALLS
}
__initcall_end = .;