commit | 549685161da1d4c948eee0a4a3da6f9a6b879e83 | [log] [tgz] |
---|---|---|
author | BALATON Zoltan <balaton@eik.bme.hu> | Mon May 13 01:27:44 2024 +0200 |
committer | Nicholas Piggin <npiggin@gmail.com> | Fri May 24 09:43:05 2024 +1000 |
tree | c3591978ad1cdf3ec9abf303a1d8ae322871aaca | |
parent | 279fe98d0d3057daa4045faa6e2119288d7b7f07 [diff] |
target/ppc: Split off real mode cases in get_physical_address_wtlb() The real mode handling is identical in the remaining switch cases. Split off these common real mode cases into a separate conditional to leave only the else branches in the switch that are different. Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>