| Adrian Bunk | 7d1362c | 2006-12-06 20:40:38 -0800 | [diff] [blame] | 1 | #ifdef __KERNEL__ | 
| 2 | |||||
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | #include <asm-m68k/setup.h> | 
| 4 | |||||
| 5 | /* We have a bigger command line buffer. */ | ||||
| 6 | #undef COMMAND_LINE_SIZE | ||||
| Adrian Bunk | 7d1362c | 2006-12-06 20:40:38 -0800 | [diff] [blame] | 7 | |
| 8 | #endif /* __KERNEL__ */ | ||||
| 9 | |||||
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | #define COMMAND_LINE_SIZE 512 |