在 2020/6/9 10:47, Jiaxun Yang 写道:
Our current code assumed the target page size is always 4k when handling PageMask and VPN2, however, variable page size was just added to mips target and that's nolonger true. So we refined this piece of code to handle any target page size. Also added Big Page support defined by MIPS64 Release2. Signed-off-by: Jiaxun Yang <jiaxun.y...@flygoat.com> ---
Sorry, this version may break MIPS32 build. I'll send v2 very soon. Thanks. [...] -- - Jiaxun