commit | 5cc867a679d4b5032284d30d22dad8e81195e60d | [log] [tgz] |
---|---|---|
author | BALATON Zoltan <balaton@eik.bme.hu> | Mon May 13 01:27:50 2024 +0200 |
committer | Nicholas Piggin <npiggin@gmail.com> | Fri May 24 09:43:06 2024 +1000 |
tree | 7325320cd3d355d06f92596ad11c74506831414a | |
parent | f178e4f8949ec75d0e1e34f9b1ace646d1e6a031 [diff] |
target/ppc: Don't use mmu_ctx_t for mmu40x_get_physical_address() mmu40x_get_physical_address() only uses the raddr and prot fields from mmu_ctx_t. Pass these directly instead of using a ctx struct. Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Signed-off-by: Nicholas Piggin <npiggin@gmail.com>