diff options
author | Michal Simek <monstr@monstr.eu> | 2010-08-06 14:13:13 +0200 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2010-10-21 07:51:30 +0200 |
commit | 69717607f028d7d4f4b355afb86556f3dd9363fc (patch) | |
tree | 2ce5c9e625ec9049ebb5167a986b8abc01b42975 /arch/microblaze/kernel/setup.c | |
parent | microblaze: Clear return value in pt_regs (diff) | |
download | linux-69717607f028d7d4f4b355afb86556f3dd9363fc.tar.xz linux-69717607f028d7d4f4b355afb86556f3dd9363fc.zip |
microblaze: Report if only one timer is used
Kernel needs two timers because of clocksource and clockevent.
It is better to show warning message directly on early
console if available. If it isn't available kernel log buffer
contains it.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/kernel/setup.c')
-rw-r--r-- | arch/microblaze/kernel/setup.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/microblaze/kernel/setup.c b/arch/microblaze/kernel/setup.c index f5f768842354..bb1558e4b283 100644 --- a/arch/microblaze/kernel/setup.c +++ b/arch/microblaze/kernel/setup.c @@ -92,12 +92,6 @@ inline unsigned get_romfs_len(unsigned *addr) } #endif /* CONFIG_MTD_UCLINUX_EBSS */ -#if defined(CONFIG_EARLY_PRINTK) && defined(CONFIG_SERIAL_UARTLITE_CONSOLE) -#define eprintk early_printk -#else -#define eprintk printk -#endif - void __init machine_early_init(const char *cmdline, unsigned int ram, unsigned int fdt, unsigned int msr) { |