X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=arch%2Ftile%2Finclude%2Fasm%2Fsetup.h;h=7caf0f36b0303ff99c2d8c3594bf8319e4c04d45;hb=6d4121f6c20a0e86231d52f535f1c82423b3326f;hp=823ddd47ff6e747a605e6db57ec6d1704c8da270;hpb=062e27ec1b49d12bdb1ecc94d74b5fee5a5775db;p=mv-sheeva.git 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 @@ #ifndef _ASM_TILE_SETUP_H #define _ASM_TILE_SETUP_H +#define COMMAND_LINE_SIZE 2048 + +#ifdef __KERNEL__ + #include #include @@ -23,10 +27,10 @@ */ #define MAXMEM_PFN PFN_DOWN(MAXMEM) -#define COMMAND_LINE_SIZE 2048 - void early_panic(const char *fmt, ...); void warn_early_printk(void); void __init disable_early_printk(void); +#endif /* __KERNEL__ */ + #endif /* _ASM_TILE_SETUP_H */