Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 9228/1: vfp: kill vfp_flush/release_thread()

Those functions are removed since 2006 commit d6551e884cf6
("[ARM] Add thread_notify infrastructure").

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>

authored by

Wang Kefeng and committed by
Russell King (Oracle)
edd61fc1 3d47ff25

-3
-3
arch/arm/include/asm/fpstate.h
··· 46 46 struct vfp_hard_struct hard; 47 47 }; 48 48 49 - extern void vfp_flush_thread(union vfp_state *); 50 - extern void vfp_release_thread(union vfp_state *); 51 - 52 49 #define FP_HARD_SIZE 35 53 50 54 51 struct fp_hard_struct {