]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh: arch/sh/kernel/process.c needs asm/fpu.h for unlazy_fpu().
authorPaul Mundt <lethal@linux-sh.org>
Thu, 24 May 2012 04:03:20 +0000 (13:03 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 24 May 2012 04:03:20 +0000 (13:03 +0900)
Linus tried to fix up sh fallout from the x86 fpu state cleanup merge and
failed. Add the missing include to get it building again.

  CC      arch/sh/kernel/process.o
arch/sh/kernel/process.c: In function 'arch_dup_task_struct':
arch/sh/kernel/process.c:23:2: error: implicit declaration of function 'unlazy_fpu'

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/process.c

index 9b7a459a4613d8573a7c84ac3bf970402431c31e..055d91b70305f3f2a45bf176507d484a4e49e619 100644 (file)
@@ -4,6 +4,7 @@
 #include <linux/sched.h>
 #include <linux/export.h>
 #include <linux/stackprotector.h>
+#include <asm/fpu.h>
 
 struct kmem_cache *task_xstate_cachep = NULL;
 unsigned int xstate_size;