ARM: vfp: rename last_VFP_context to vfp_current_hw_state
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 9 Jul 2011 12:44:04 +0000 (13:44 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 9 Jul 2011 16:11:22 +0000 (17:11 +0100)
Rename the slightly confusing 'last_VFP_context' variable to be more
descriptive of what it actually is.  This variable stores a pointer
to the current owner's vfpstate structure for the context held in the
VFP hardware.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found