commit | ad187f956108e1c56b444706212bf08d84c0bee0 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Feb 06 11:36:23 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Feb 15 21:39:53 2010 +0000 |
tree | 5aa54adb07016a87be9629aea20a6fd363d449c2 | |
parent | 54cb3dbb4a1cccd6b1bffc169ff638f8e74daf44 [diff] |
ARM: vfp ptrace: no point flushing hw context for PTRACE_GETVFPREGS If we're only reading the VFP context via the ptrace call, there's no need to invalidate the hardware context - we only need to do that on PTRACE_SETVFPREGS. This allows more efficient monitoring of a traced task. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>