x86, debug: remove early_printk() #ifdefs from head_32.S
authorIngo Molnar <mingo@elte.hu>
Mon, 26 Jan 2009 13:18:05 +0000 (14:18 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 26 Jan 2009 13:18:43 +0000 (14:18 +0100)
commit34707bcd0452aba644396767bc9fb61585bdab4f
tree3cc778a32eee813451d55e305ba2b74ff35b0dcd
parentf3b8436ad9a8ad36b3c9fa1fe030c7f38e5d3d0b
x86, debug: remove early_printk() #ifdefs from head_32.S

Impact: cleanup

Remove such constructs:

 #ifdef CONFIG_EARLY_PRINTK
        call early_printk
 #else
        call printk
 #endif

Not only are they ugly, they are also pointless: a call to printk()
maps to early_printk during early bootup anyway, if CONFIG_EARLY_PRINTK
is enabled.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/head_32.S
This page took 0.026447 seconds and 5 git commands to generate.