aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-21 03:55:12 -0500
committerPaul Mundt <lethal@linux-sh.org>2008-01-27 23:18:53 -0500
commitfb8e569c1d4f44a4632e2db95a27ed45734d4705 (patch)
tree3f1f4f7abe68bac6362843af909f0cd923937ba7 /include/asm-sh
parent5db141a9469c8446a179696bc7d374f4cd9b207a (diff)
sh: Fix up user_fpu_struct typo for SH-5.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh')
-rw-r--r--include/asm-sh/user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/user.h b/include/asm-sh/user.h
index 706b1c7baba9..1a4f43c75126 100644
--- a/include/asm-sh/user.h
+++ b/include/asm-sh/user.h
@@ -28,7 +28,7 @@
28 */ 28 */
29 29
30#if defined(__SH5__) || defined(CONFIG_CPU_SH5) 30#if defined(__SH5__) || defined(CONFIG_CPU_SH5)
31struct user fpu_struct { 31struct user_fpu_struct {
32 unsigned long fp_regs[32]; 32 unsigned long fp_regs[32];
33 unsigned int fpscr; 33 unsigned int fpscr;
34}; 34};