ARM: 6050/1: VFP: fix the SMP versions of vfp_{sync,flush}_hwstate
authorImre Deak <imre.deak@nokia.com>
Sun, 11 Apr 2010 14:57:07 +0000 (15:57 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 14 Apr 2010 10:11:30 +0000 (11:11 +0100)
From: Imre Deak <imre.deak@nokia.com>

Recently the UP versions of these functions were refactored and as
a side effect it became possible to call them for the current thread.
This isn't true for the SMP versions however, so fix this up.

Signed-off-by: Imre Deak <imre.deak@nokia.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found