aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/tile/include/asm/setup.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/tile/include/asm/setup.h b/arch/tile/include/asm/setup.h
index 823ddd47ff6..7caf0f36b03 100644
--- a/arch/tile/include/asm/setup.h
+++ b/arch/tile/include/asm/setup.h
@@ -15,6 +15,10 @@
15#ifndef _ASM_TILE_SETUP_H 15#ifndef _ASM_TILE_SETUP_H
16#define _ASM_TILE_SETUP_H 16#define _ASM_TILE_SETUP_H
17 17
18#define COMMAND_LINE_SIZE 2048
19
20#ifdef __KERNEL__
21
18#include <linux/pfn.h> 22#include <linux/pfn.h>
19#include <linux/init.h> 23#include <linux/init.h>
20 24
@@ -23,10 +27,10 @@
23 */ 27 */
24#define MAXMEM_PFN PFN_DOWN(MAXMEM) 28#define MAXMEM_PFN PFN_DOWN(MAXMEM)
25 29
26#define COMMAND_LINE_SIZE 2048
27
28void early_panic(const char *fmt, ...); 30void early_panic(const char *fmt, ...);
29void warn_early_printk(void); 31void warn_early_printk(void);
30void __init disable_early_printk(void); 32void __init disable_early_printk(void);
31 33
34#endif /* __KERNEL__ */
35
32#endif /* _ASM_TILE_SETUP_H */ 36#endif /* _ASM_TILE_SETUP_H */