]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8a9c9075a9be5f74196bd7e4390cc36f028a6285
tree8c48f1a8a9fc9aa8317946865214d626b8ecbdff
parentef3c6ec2030138080b8cffaf2bf362ce46efdbbd
sh: arch/sh/kernel/process.c needs asm/fpu.h for unlazy_fpu().

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