aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDavid Daney <[email protected]>2013-08-01 13:22:34 -0700
committerGleb Natapov <[email protected]>2013-08-26 12:30:39 +0300
commitbb48c2fc6429314fa607106ccb901552484c6663 (patch)
treeed502ef5d7af068ac504210dd675865ff2899766 /tools/perf/scripts/python
parent2c07ebbd2c5951e389d86ae30c75732682e313d4 (diff)
mips/kvm: Cleanup .push/.pop directives in kvm_locore.S
There are: .set push .set noreorder .set noat . . . .set pop Sequences all over the place in this file, but in some places the final ".set pop" is erroneously converted to ".set push", so none of these really do what they appear to. Clean up the whole mess by moving ".set noreorder", ".set noat" to the top, and get rid of everything else. Generated object code is unchanged. Signed-off-by: David Daney <[email protected]> Acked-by: Paolo Bonzini <[email protected]> Signed-off-by: Gleb Natapov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions