aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-11-21 17:55:12 +0900
committerPaul Mundt <lethal@linux-sh.org>2008-01-28 13:18:53 +0900
commitfb8e569c1d4f44a4632e2db95a27ed45734d4705 (patch)
tree3f1f4f7abe68bac6362843af909f0cd923937ba7 /include/asm-sh
parentsh: Mark some IRQ debug options sh32 only. (diff)
downloadlinux-dev-fb8e569c1d4f44a4632e2db95a27ed45734d4705.tar.xz
linux-dev-fb8e569c1d4f44a4632e2db95a27ed45734d4705.zip
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 @@
*/
#if defined(__SH5__) || defined(CONFIG_CPU_SH5)
-struct user fpu_struct {
+struct user_fpu_struct {
unsigned long fp_regs[32];
unsigned int fpscr;
};