commit | ed3a88d7dbbb924312a707d5f295b7a31e2f8d2d | [log] [tgz] |
---|---|---|
author | Stafford Horne <shorne@gmail.com> | Thu May 12 06:11:21 2022 +0900 |
committer | Stafford Horne <shorne@gmail.com> | Mon May 23 17:15:50 2022 +0900 |
tree | 063d73fb6e84fd6106db670251e7a6d0f5594be9 | |
parent | d8fee3f6fa5a49b338d9149cf498d58e024e27f9 [diff] |
openrisc: Remove unused IMMU tlb workardound This looks to be some historical code that was used to convert TLB misses on branches from l.bf, l.jal, l.j etc all to a trampoline using l.jr (jump register). I don't see this being used and I don't know the history of it so remove it. Signed-off-by: Stafford Horne <shorne@gmail.com>