Skip to content

Commit

Permalink
[PATCH] uml: add INITCALLS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Oct 31, 2006
1 parent d1480c5 commit 525fdb6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions include/asm-um/common.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -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 = .;

Expand Down

0 comments on commit 525fdb6

Please sign in to comment.