]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
ARM: vfp: Fix the comment to make it consistent with the code.
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Fri, 2 Sep 2011 15:42:36 +0000 (21:12 +0530)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Fri, 23 Sep 2011 06:35:30 +0000 (12:05 +0530)
Function vfp_force_reload() clears vfp_current_hw_state, so
update the comment accordingly.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
arch/arm/vfp/vfpmodule.c

index fe4b60b1e6c7cce52a366d90d8e6e2455ef74f56..0cbd5a0a9332a0f237559fa028f42787fcda0b7d 100644 (file)
@@ -69,7 +69,7 @@ static bool vfp_state_in_hw(unsigned int cpu, struct thread_info *thread)
 /*
  * Force a reload of the VFP context from the thread structure.  We do
  * this by ensuring that access to the VFP hardware is disabled, and
- * clear last_VFP_context.  Must be called from non-preemptible context.
+ * clear vfp_current_hw_state.  Must be called from non-preemptible context.
  */
 static void vfp_force_reload(unsigned int cpu, struct thread_info *thread)
 {