diff options
| author | BALATON Zoltan <balaton@eik.bme.hu> | 2024-05-13 01:27:49 +0200 |
|---|---|---|
| committer | Nicholas Piggin <npiggin@gmail.com> | 2024-05-24 09:43:06 +1000 |
| commit | f178e4f8949ec75d0e1e34f9b1ace646d1e6a031 (patch) | |
| tree | 633ba8e497b4019066d0a9b1e1d36d2618bcae0f /python | |
| parent | 9e9ca54cdb493721f8444030e6dcf680400c8d0b (diff) | |
| download | focaccia-qemu-f178e4f8949ec75d0e1e34f9b1ace646d1e6a031.tar.gz focaccia-qemu-f178e4f8949ec75d0e1e34f9b1ace646d1e6a031.zip | |
target/ppc: Replace hard coded constants in ppc_jumbo_xlate()
The "2" in booke206_update_mas_tlb_miss() call corresponds to MMU_INST_FETCH which is the value of access_type in this branch; mmubooke206_esr() only checks for MMU_DATA_STORE and it's called from code access so using MMU_DATA_LOAD here seems wrong so replace it with access_type here as well that yields the same result. This also makes these calls the same as the data access branch further down. Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions