diff options
Diffstat (limited to 'arch/sparc/include/asm/setup.h')
-rw-r--r-- | arch/sparc/include/asm/setup.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/sparc/include/asm/setup.h b/arch/sparc/include/asm/setup.h index 8a83699a5507..5e35e0517318 100644 --- a/arch/sparc/include/asm/setup.h +++ b/arch/sparc/include/asm/setup.h | |||
@@ -1,17 +1,11 @@ | |||
1 | /* | 1 | /* |
2 | * Just a place holder. | 2 | * Just a place holder. |
3 | */ | 3 | */ |
4 | |||
5 | #ifndef _SPARC_SETUP_H | 4 | #ifndef _SPARC_SETUP_H |
6 | #define _SPARC_SETUP_H | 5 | #define _SPARC_SETUP_H |
7 | 6 | ||
8 | #if defined(__sparc__) && defined(__arch64__) | 7 | #include <uapi/asm/setup.h> |
9 | # define COMMAND_LINE_SIZE 2048 | ||
10 | #else | ||
11 | # define COMMAND_LINE_SIZE 256 | ||
12 | #endif | ||
13 | 8 | ||
14 | #ifdef __KERNEL__ | ||
15 | 9 | ||
16 | extern char reboot_command[]; | 10 | extern char reboot_command[]; |
17 | 11 | ||
@@ -34,6 +28,4 @@ extern void sun_do_break(void); | |||
34 | extern int stop_a_enabled; | 28 | extern int stop_a_enabled; |
35 | extern int scons_pwroff; | 29 | extern int scons_pwroff; |
36 | 30 | ||
37 | #endif /* __KERNEL__ */ | ||
38 | |||
39 | #endif /* _SPARC_SETUP_H */ | 31 | #endif /* _SPARC_SETUP_H */ |