]> git.baikalelectronics.ru Git - kernel.git/commit
sh64: add missing #include <asm/fpu.h>'s
authorAdrian Bunk <adrian.bunk@movial.fi>
Sun, 13 Apr 2008 18:15:38 +0000 (21:15 +0300)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 15 Apr 2008 17:00:09 +0000 (02:00 +0900)
commit841f174cb372db4bcff4e413392203ecc02f9b99
tree3ec17587e6d10fe24ae5396d69493e513fc84070
parent71e658aeed094f2e8d6dffcb38b2bd395a11d744
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 838feb654b697119c3dd2e3e80ac3b607af267f2
(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>
arch/sh/kernel/process_64.c
arch/sh/kernel/ptrace_64.c
arch/sh/kernel/signal_64.c
arch/sh/kernel/traps_64.c