diff options
| -rw-r--r-- | arch/tile/include/asm/setup.h | 5 |
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 | ||
| 27 | int tile_console_write(const char *buf, int count); | 27 | int tile_console_write(const char *buf, int count); |
| 28 | |||
| 29 | #ifdef CONFIG_EARLY_PRINTK | ||
| 28 | void early_panic(const char *fmt, ...); | 30 | void 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. */ |
| 31 | void setup_cpu(int boot); | 36 | void setup_cpu(int boot); |
