diff options
author | Adrian Bunk <adrian.bunk@movial.fi> | 2008-04-13 22:15:38 +0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-04-15 21:00:09 +0400 |
commit | 50387b3e11075fe798f5d44fa1b5491788a8742a (patch) | |
tree | 3ec17587e6d10fe24ae5396d69493e513fc84070 /arch/sh/kernel/ptrace_64.c | |
parent | a985aabe4d7a720b109c2b63549f8641676a9c88 (diff) | |
download | linux-50387b3e11075fe798f5d44fa1b5491788a8742a.tar.xz |
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/ptrace_64.c')
-rw-r--r-- | arch/sh/kernel/ptrace_64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/kernel/ptrace_64.c b/arch/sh/kernel/ptrace_64.c index f6fbdfa6876d..d453c47dc522 100644 --- a/arch/sh/kernel/ptrace_64.c +++ b/arch/sh/kernel/ptrace_64.c @@ -33,6 +33,7 @@ #include <asm/system.h> #include <asm/processor.h> #include <asm/mmu_context.h> +#include <asm/fpu.h> /* This mask defines the bits of the SR which the user is not allowed to change, which are everything except S, Q, M, PR, SZ, FR. */ |