On 28/3/25 18:55, Richard Henderson wrote:
Richard Henderson (3):
target/mips: Revert TARGET_PAGE_BITS_VARY
target/mips: Require even maskbits in update_pagemask
target/mips: Simplify and fix update_pagemask
Series queued, thanks!
The logic behind changing the system page size because of what the
Loongson kernel "prefers" is flawed.
In the Loongson-2E manual, section 5.5, it is clear that the cpu
supports a 4k page size (along with many others). Therefore we
must continue to support a 4k page size.
While in the area, I no