diff options
| author | Nicholas Piggin <npiggin@gmail.com> | 2019-06-28 08:33:28 +0300 |
|---|---|---|
| committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-07-02 14:39:49 +0300 |
| commit | 5312c4941e0d0185bb2c95d666d607292b7e3e57 (patch) | |
| tree | 7122bb60248f773a307bf623660a40abfc410187 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
| parent | 391e941b891543f5d79c6be2f8f678cc15f7da5a (diff) | |
| download | linux-5312c4941e0d0185bb2c95d666d607292b7e3e57.tar.xz | |
powerpc/64s/exception: add dar and dsisr options to exception macro
Some exception entry requires DAR and/or DSISR to be saved into the
paca exception save area. Add options to the standard exception
macros for these.
Generated code changes slightly due to code structure.
- 554: a6 02 72 7d mfdsisr r11
- 558: a8 00 4d f9 std r10,168(r13)
- 55c: b0 00 6d 91 stw r11,176(r13)
+ 554: a8 00 4d f9 std r10,168(r13)
+ 558: a6 02 52 7d mfdsisr r10
+ 55c: b0 00 4d 91 stw r10,176(r13)
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions
