]> git.proxmox.com Git - mirror_qemu.git/commit - target/hppa/mem_helper.c
target/hppa: Always report one page to tlb_set_page
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 27 Oct 2023 08:09:21 +0000 (01:09 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 7 Nov 2023 02:49:33 +0000 (18:49 -0800)
commitf8cda28b8dd6f9d52042a3d45558de81e4c54e36
tree1c9c4186608f0ef41ea6a27993accd7437ed8ea0
parent66866cc74fc77e6f08eaeb1054bf1e2454fa4721
target/hppa: Always report one page to tlb_set_page

No need to trigger the large_page_mask code unnecessarily.
Drop the now unused HPPATLBEntry.page_size field.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hppa/cpu.h
target/hppa/mem_helper.c