Re: [PATCH 0/3] target/mips: Revert TARGET_PAGE_BITS_VARY and bug fixes

2025-03-31 Thread Philippe Mathieu-Daudé
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!

[PATCH 0/3] target/mips: Revert TARGET_PAGE_BITS_VARY and bug fixes

2025-03-28 Thread Richard Henderson
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