Skip to content
Commit 34707bcd authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
parent f3b8436a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment