diff options
Diffstat (limited to 'include/asm-sh/auxvec.h')
-rw-r--r-- | include/asm-sh/auxvec.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-sh/auxvec.h b/include/asm-sh/auxvec.h index 4069858f8131..a6b9d4f4859e 100644 --- a/include/asm-sh/auxvec.h +++ b/include/asm-sh/auxvec.h | |||
@@ -6,6 +6,12 @@ | |||
6 | * for more of them. | 6 | * for more of them. |
7 | */ | 7 | */ |
8 | 8 | ||
9 | /* | ||
10 | * This entry gives some information about the FPU initialization | ||
11 | * performed by the kernel. | ||
12 | */ | ||
13 | #define AT_FPUCW 18 /* Used FPU control word. */ | ||
14 | |||
9 | #ifdef CONFIG_VSYSCALL | 15 | #ifdef CONFIG_VSYSCALL |
10 | /* | 16 | /* |
11 | * Only define this in the vsyscall case, the entry point to | 17 | * Only define this in the vsyscall case, the entry point to |