mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
[PATCH] uml: add INITCALLS
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>
This commit is contained in:
parent
d1480c56fe
commit
525fdb6cc9
1 changed files with 1 additions and 7 deletions
|
@ -42,13 +42,7 @@
|
||||||
|
|
||||||
__initcall_start = .;
|
__initcall_start = .;
|
||||||
.initcall.init : {
|
.initcall.init : {
|
||||||
*(.initcall1.init)
|
INITCALLS
|
||||||
*(.initcall2.init)
|
|
||||||
*(.initcall3.init)
|
|
||||||
*(.initcall4.init)
|
|
||||||
*(.initcall5.init)
|
|
||||||
*(.initcall6.init)
|
|
||||||
*(.initcall7.init)
|
|
||||||
}
|
}
|
||||||
__initcall_end = .;
|
__initcall_end = .;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue