OSDN Git Service

target/hppa: Reduce TARGET_PHYS_ADDR_SPACE_BITS to 40
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 7 Nov 2023 17:28:56 +0000 (09:28 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 13 Nov 2023 17:21:32 +0000 (09:21 -0800)
commitfa71b4f84fb88c034ece3f3928e4d3a72e49b82f
tree1e3136a3b3af8b58ec6b7864b02cb7d900829db8
parent451d993d58fb577425f8a79cdaf4ee213a72f702
target/hppa: Reduce TARGET_PHYS_ADDR_SPACE_BITS to 40

This is the value that is supported by both PA-8500 and Astro.
If we support a larger address space than expected, we trip up
software that did not fill in all of the page table bits,
expecting them to be ignored.

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