projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85eee60
)
sh: arch/sh/kernel/traps_32.c needs asm/fpu.h
author
Andrew Morton
<akpm@linux-foundation.org>
Tue, 15 Apr 2008 17:03:51 +0000
(
02:03
+0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 15 Apr 2008 17:03:51 +0000
(
02:03
+0900)
arch/sh/kernel/traps_32.c: In function `do_reserved_inst':
arch/sh/kernel/traps_32.c:667: error: implicit declaration of function `do_fpu_inst'
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/traps_32.c
patch
|
blob
|
history
diff --git
a/arch/sh/kernel/traps_32.c
b/arch/sh/kernel/traps_32.c
index
baa4fa3
..
e08b3bf
100644
(file)
--- a/
arch/sh/kernel/traps_32.c
+++ b/
arch/sh/kernel/traps_32.c
@@
-25,6
+25,7
@@
#include <linux/limits.h>
#include <asm/system.h>
#include <asm/uaccess.h>
+#include <asm/fpu.h>
#ifdef CONFIG_SH_KGDB
#include <asm/kgdb.h>