From: Ingo Molnar Date: Mon, 26 Jan 2009 13:18:05 +0000 (+0100) Subject: x86, debug: remove early_printk() #ifdefs from head_32.S X-Git-Tag: v2.6.30-rc1~211^2~26^2~2^2~166^5~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34707bcd0452aba644396767bc9fb61585bdab4f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed