diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2011-09-02 11:42:36 -0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2011-09-23 02:35:30 -0400 |
commit | 48af9feab5e3bdf21af3a929ecc7c0b79d9a4a4e (patch) | |
tree | cd01c3ad682e695618d6bed7008ba3c2aaec14d9 /arch/arm/vfp/vfpmodule.c | |
parent | 9c12845ee49716209cb2b087c0b47c3e37096bde (diff) |
ARM: vfp: Fix the comment to make it consistent with the code.
Function vfp_force_reload() clears vfp_current_hw_state, so
update the comment accordingly.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/vfp/vfpmodule.c')
-rw-r--r-- | arch/arm/vfp/vfpmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/vfp/vfpmodule.c b/arch/arm/vfp/vfpmodule.c index fe4b60b1e6c7..0cbd5a0a9332 100644 --- a/arch/arm/vfp/vfpmodule.c +++ b/arch/arm/vfp/vfpmodule.c | |||
@@ -69,7 +69,7 @@ static bool vfp_state_in_hw(unsigned int cpu, struct thread_info *thread) | |||
69 | /* | 69 | /* |
70 | * Force a reload of the VFP context from the thread structure. We do | 70 | * Force a reload of the VFP context from the thread structure. We do |
71 | * this by ensuring that access to the VFP hardware is disabled, and | 71 | * this by ensuring that access to the VFP hardware is disabled, and |
72 | * clear last_VFP_context. Must be called from non-preemptible context. | 72 | * clear vfp_current_hw_state. Must be called from non-preemptible context. |
73 | */ | 73 | */ |
74 | static void vfp_force_reload(unsigned int cpu, struct thread_info *thread) | 74 | static void vfp_force_reload(unsigned int cpu, struct thread_info *thread) |
75 | { | 75 | { |