diff options
author | Breno Leitao <[email protected]> | 2018-08-07 10:35:00 -0300 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2018-10-03 15:40:05 +1000 |
commit | 51303113e32fd92d327b3c441c45e235642fa69c (patch) | |
tree | fd356bd69db46575cc18852979da984993c72813 /scripts/bpf_helpers_doc.py | |
parent | 5c784c8414fba11b62e12439f11e109fb5751f38 (diff) |
powerpc/tm: Print 64-bits MSR
On a kernel TM Bad thing program exception, the Machine State Register
(MSR) is not being properly displayed. The exception code dumps a 32-bits
value but MSR is a 64 bits register for all platforms that have HTM
enabled.
This patch dumps the MSR value as a 64-bits value instead of 32 bits. In
order to do so, the 'reason' variable could not be used, since it trimmed
MSR to 32-bits (int).
Signed-off-by: Breno Leitao <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions