Ingo Molnar
34707bcd04
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>
2009-01-26 14:18:43 +01:00
..
Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core
2008-12-23 16:27:23 +01:00
2008-12-18 20:57:29 +01:00
2008-12-25 11:01:37 +11:00
2008-12-29 13:18:40 +01:00
2009-01-14 19:56:50 -08:00
2009-01-26 14:18:43 +01:00
2009-01-03 14:11:07 +01:00
2009-01-02 11:44:09 -08:00
2008-10-28 16:54:49 +01:00
2008-12-29 13:18:39 +01:00
2009-01-05 14:08:34 +01:00
2009-01-03 19:00:55 +01:00
2009-01-15 16:25:09 -08:00
2009-01-08 14:27:34 +01:00
2009-01-13 19:13:00 +01:00
2008-11-12 23:28:51 +01:00
2008-12-19 22:47:10 +01:00
2008-12-28 12:33:21 -08:00
2009-01-03 11:56:24 -08:00
2009-01-07 11:18:59 +01:00
2009-01-05 17:41:45 -08:00
2008-12-28 12:21:10 -08:00
2008-10-22 22:55:20 -07:00
2008-10-13 10:22:48 +02:00