Skip to content

Commit 48af9fe

Browse files
author
Santosh Shilimkar
committed
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 <[email protected]>
1 parent 9c12845 commit 48af9fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/vfp/vfpmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ static bool vfp_state_in_hw(unsigned int cpu, struct thread_info *thread)
6969
/*
7070
* Force a reload of the VFP context from the thread structure. We do
7171
* 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.
7373
*/
7474
static void vfp_force_reload(unsigned int cpu, struct thread_info *thread)
7575
{

0 commit comments

Comments
 (0)