diff options
| author | Michael Ellerman <[email protected]> | 2024-07-02 15:51:18 +0200 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2024-07-12 15:52:15 -0700 |
| commit | 0db46aaabe641e5565238dc3ef7ac2396a0c6286 (patch) | |
| tree | b2355844d6bd240d69d21fdc097eb1669d512aea /tools/perf/scripts/python | |
| parent | 264488bf59864fa7a67983b9f1561c54ca71ddb3 (diff) | |
powerpc/64e: drop unused TLB miss handlers
There are two possibilities for book3e_htw_mode, PPC_HTW_E6500 or
PPC_HTW_NONE.
The TLB miss handlers are patched to use, respectively:
- exc_[data|indstruction]_tlb_miss_e6500_book3e
- exc_[data|indstruction]_tlb_miss_bolted_book3e
Which means the default handlers are never used. Remove those, and use
the bolted handlers (PPC_HTW_NONE) by default.
Link: https://lkml.kernel.org/r/9a670adc1771fb1871fba93ace5372f7eadc286f.1719928057.git.christophe.leroy@csgroup.eu
Signed-off-by: Michael Ellerman <[email protected]>
Signed-off-by: Christophe Leroy <[email protected]>
Cc: Jason Gunthorpe <[email protected]>
Cc: Nicholas Piggin <[email protected]>
Cc: Oscar Salvador <[email protected]>
Cc: Peter Xu <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions