diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/sh/include/asm/auxvec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/include/asm/auxvec.h b/arch/sh/include/asm/auxvec.h index a6b9d4f4859e..483effd65e00 100644 --- a/arch/sh/include/asm/auxvec.h +++ b/arch/sh/include/asm/auxvec.h | |||
@@ -12,7 +12,7 @@ | |||
12 | */ | 12 | */ |
13 | #define AT_FPUCW 18 /* Used FPU control word. */ | 13 | #define AT_FPUCW 18 /* Used FPU control word. */ |
14 | 14 | ||
15 | #ifdef CONFIG_VSYSCALL | 15 | #if defined(CONFIG_VSYSCALL) || !defined(__KERNEL__) |
16 | /* | 16 | /* |
17 | * Only define this in the vsyscall case, the entry point to | 17 | * Only define this in the vsyscall case, the entry point to |
18 | * the vsyscall page gets placed here. The kernel will attempt | 18 | * the vsyscall page gets placed here. The kernel will attempt |