git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3b8436
)
x86, debug: remove early_printk() #ifdefs from head_32.S
author
Ingo Molnar
<mingo@elte.hu>
Mon, 26 Jan 2009 13:18:05 +0000
(14:18 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 26 Jan 2009 13:18:43 +0000
(14:18 +0100)
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>
No differences found