diff options
author | Michael Ellerman <[email protected]> | 2022-09-28 01:04:18 +1000 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2022-09-28 22:21:11 +1000 |
commit | bbd71709087a9d486d1da42399eec14e106072f2 (patch) | |
tree | 3f65089e980e37160eb447d5d4934d9afeebfc59 /lib/string_helpers.c | |
parent | 97f88a3d723162781d6cbfdc7b9617eefab55b19 (diff) |
powerpc: Make stack frame marker upper case
Now that the stack frame regs marker is only 32-bits it is not as
obvious in memory dumps and easier to miss, eg:
c000000004733e40 0000000000000000 0000000000000000 |................|
c000000004733e50 0000000000000000 0000000000000000 |................|
c000000004733e60 0000000000000000 0000000000000000 |................|
c000000004733e70 7367657200000000 0000000000000000 |sger............|
c000000004733e80 a700000000000000 708897f7ff7f0000 |........p.......|
c000000004733e90 0073428fff7f0000 208997f7ff7f0000 |.sB..... .......|
c000000004733ea0 0100000000000000 ffffffffffffffff |................|
c000000004733eb0 0000000000000000 0000000000000000 |................|
So make it upper case to make it stand out a bit more:
c000000004733e70 5347455200000000 0000000000000000 |SGER............|
Acked-by: Nicholas Piggin <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/string_helpers.c')
0 files changed, 0 insertions, 0 deletions