Message ID | 20201109090422.2445166-1-f4bug@amsat.org (mailing list archive) |
---|---|
Headers | show |
Series | target/mips: CP0 housekeeping patches for Nov 2020 | expand |
On 11/9/20 1:04 AM, Philippe Mathieu-Daudé wrote: > Based-on: <20201108234234.2389789-1-f4bug@amsat.org> > > Philippe Mathieu-Daudé (2): > target/mips: Replace magic values by CP0PM_MASK or > TARGET_PAGE_BITS_MIN > target/mips: Do not include CP0 helpers in user-mode emulation Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
Reviewed-by: Huacai Chen <chenhc@lemote.com> On Tue, Nov 10, 2020 at 1:37 AM Richard Henderson <richard.henderson@linaro.org> wrote: > > On 11/9/20 1:04 AM, Philippe Mathieu-Daudé wrote: > > Based-on: <20201108234234.2389789-1-f4bug@amsat.org> > > > > Philippe Mathieu-Daudé (2): > > target/mips: Replace magic values by CP0PM_MASK or > > TARGET_PAGE_BITS_MIN > > target/mips: Do not include CP0 helpers in user-mode emulation > > Reviewed-by: Richard Henderson <richard.henderson@linaro.org> > > r~ >
On 11/9/20 10:04 AM, Philippe Mathieu-Daudé wrote: > Based-on: <20201108234234.2389789-1-f4bug@amsat.org> > > Philippe Mathieu-Daudé (2): > target/mips: Replace magic values by CP0PM_MASK or > TARGET_PAGE_BITS_MIN > target/mips: Do not include CP0 helpers in user-mode emulation > > target/mips/cp0_helper.c | 9 +++------ > target/mips/helper.c | 4 ++-- > target/mips/meson.build | 2 +- > 3 files changed, 6 insertions(+), 9 deletions(-) Thanks, applied to mips-next.