aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorPaul Mackerras <[email protected]>2017-09-13 14:51:24 +1000
committerMichael Ellerman <[email protected]>2017-09-15 08:41:18 +1000
commit1bc944cee663f232e3c37b15a6b2f9185bca413c (patch)
treeae728c691c85dbe244a163f02dc318e3871811c5 /tools/perf/scripts/python/stackcollapse.py
parentbac65d9d87b383471d8d29128319508d71b74180 (diff)
powerpc: Fix handling of alignment interrupt on dcbz instruction
This fixes the emulation of the dcbz instruction in the alignment interrupt handler. The error was that we were comparing just the instruction type field of op.type rather than the whole thing, and therefore the comparison "type != CACHEOP + DCBZ" was always true. Fixes: 31bfdb036f12 ("powerpc: Use instruction emulation infrastructure to handle alignment faults") Signed-off-by: Paul Mackerras <[email protected]> Tested-by: Michal Sojka <[email protected]> Tested-by: Christian Zigotzky <[email protected]> Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions