]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/openrisc: Remove target_ulong use in raise_mmu_exception()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 8 Oct 2025 07:06:25 +0000 (09:06 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 16 Oct 2025 15:07:27 +0000 (17:07 +0200)
commit2367c94cbb1876b789ff91f78fd7daf2c1d6fb93
tree79e60c133a1ab70dd000738507a1a0017e4d1784
parent1843e89bec5f8551a9a554aca9f51d76e6ae9493
target/openrisc: Remove target_ulong use in raise_mmu_exception()

TCGCPUOps::tlb_fill() handler provides a vaddr type (since commit
7510454e3e7 "cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook").

Do not inline get_phys_nommu(), rely on the linker to optimize at
linking time.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Anton Johansson <anjo@rev.ng>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20251010070702.51484-5-philmd@linaro.org>
target/openrisc/mmu.c