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)
commit5c5cac63851f347d8308d69f1892c4af51d7c1a4
treeb99f2f97c3ac2bc58b906db62a097ae7b24828b5
parent7e5a69e83ba7a0d5917ad830f417cba8b8d6aa72
ARM: 6050/1: VFP: fix the SMP versions of vfp_{sync,flush}_hwstate

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>
arch/arm/vfp/vfpmodule.c