aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/tile/include/asm/setup.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/tile/include/asm/setup.h b/arch/tile/include/asm/setup.h
index e98909033e5b..2a0347af0702 100644
--- a/arch/tile/include/asm/setup.h
+++ b/arch/tile/include/asm/setup.h
@@ -25,7 +25,12 @@
25#define MAXMEM_PFN PFN_DOWN(MAXMEM) 25#define MAXMEM_PFN PFN_DOWN(MAXMEM)
26 26
27int tile_console_write(const char *buf, int count); 27int tile_console_write(const char *buf, int count);
28
29#ifdef CONFIG_EARLY_PRINTK
28void early_panic(const char *fmt, ...); 30void early_panic(const char *fmt, ...);
31#else
32#define early_panic panic
33#endif
29 34
30/* Init-time routine to do tile-specific per-cpu setup. */ 35/* Init-time routine to do tile-specific per-cpu setup. */
31void setup_cpu(int boot); 36void setup_cpu(int boot);