aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/process_64.c
diff options
context:
space:
mode:
authorAdrian Bunk <adrian.bunk@movial.fi>2008-04-13 21:15:38 +0300
committerPaul Mundt <lethal@linux-sh.org>2008-04-16 02:00:09 +0900
commit50387b3e11075fe798f5d44fa1b5491788a8742a (patch)
tree3ec17587e6d10fe24ae5396d69493e513fc84070 /arch/sh/kernel/process_64.c
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel (diff)
downloadlinux-dev-50387b3e11075fe798f5d44fa1b5491788a8742a.tar.xz
linux-dev-50387b3e11075fe798f5d44fa1b5491788a8742a.zip
sh64: add missing #include <asm/fpu.h>'s
This patch fixes some compile errors due to missing save_fpu() prototypes on sh64 caused by commit 9bbafce2eec190ef7e44b0eb1095ba17ce6ad3af (sh: Fix occasional FPU register corruption under preempt). Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/process_64.c')
-rw-r--r--arch/sh/kernel/process_64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/process_64.c b/arch/sh/kernel/process_64.c
index 046999b1d1af..0283d8133075 100644
--- a/arch/sh/kernel/process_64.c
+++ b/arch/sh/kernel/process_64.c
@@ -28,6 +28,7 @@
#include <asm/uaccess.h>
#include <asm/pgtable.h>
#include <asm/mmu_context.h>
+#include <asm/fpu.h>
struct task_struct *last_task_used_math = NULL;