From: Jeff Dike Date: Tue, 31 Oct 2006 06:07:14 +0000 (-0800) Subject: [PATCH] uml: add INITCALLS X-Git-Tag: v3.12-rc1~31920^2~20^2~289 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=525fdb6cc929b515ad7e0be40fd023cff8660ed8;p=kernel%2Fkernel-generic.git [PATCH] uml: add INITCALLS This is the UML piece of the INITCALLS tidying. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-um/common.lds.S b/include/asm-um/common.lds.S index 1010153..f045451 100644 --- 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 = .;