diff options
author | Benjamin Gray <bgray@linux.ibm.com> | 2023-08-01 11:17:39 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-08-16 23:54:50 +1000 |
commit | 668a6ec6ed57f0248070c490aba75a9572e4b0a4 (patch) | |
tree | 2fe7e475198e2f965d4c874ddf2359e60c2c6e3f /.cocciconfig | |
parent | 8f8f1cd67aa026c9dab8eb4e087e4a2d8fa9d5bc (diff) |
powerpc/watchpoints: Don't track info persistently
info is cheap to retrieve, and is likely optimised by the compiler
anyway. On the other hand, propagating it across the functions makes it
possible to be inconsistent and adds needless complexity.
Remove it, and invoke counter_arch_bp() when we need to work with it.
As we don't persist it, we just use the local bp array to track whether
we are ignoring a breakpoint.
Signed-off-by: Benjamin Gray <bgray@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230801011744.153973-3-bgray@linux.ibm.com
Diffstat (limited to '.cocciconfig')
0 files changed, 0 insertions, 0 deletions