ARM: 7873/1: vfp: clear vfp_current_hw_state for dying cpu
authorYuanyuan Zhong <zyy@motorola.com>
Wed, 30 Oct 2013 16:31:49 +0000 (17:31 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 30 Oct 2013 22:10:10 +0000 (22:10 +0000)
The CPU_DYING notifier is called by cpu stopper task which
does not own the context held in the VFP hardware. Calling
vfp_force_reload() has no effect.
Replace it with clearing vfp_current_hw_state.

Signed-off-by: Yuanyuan Zhong <zyy@motorola.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found