diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-12-10 16:21:57 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:19:00 +0900 |
commit | 98c4ecde9da14fafbcf1b6c025b08342a327e644 (patch) | |
tree | 62777e19b70830cd5ecaa7b92ac643033cb161bd /include/asm-sh/auxvec.h | |
parent | a9f1365e5e4963705f85a6381cbed74c5615dbac (diff) |
sh: Provide the FPSCR init through AT_FPUCW.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
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 4069858f813..a6b9d4f4859 100644 --- a/include/asm-sh/auxvec.h +++ b/include/asm-sh/auxvec.h @@ -6,6 +6,12 @@ * for more of them. */ +/* + * This entry gives some information about the FPU initialization + * performed by the kernel. + */ +#define AT_FPUCW 18 /* Used FPU control word. */ + #ifdef CONFIG_VSYSCALL /* * Only define this in the vsyscall case, the entry point to |