On 9/27/20 11:39 AM, Philippe Mathieu-Daudé wrote: > Instead of using a INITRD_PAGE_MASK definition, use the > simpler INITRD_PAGE_SIZE one which allows us to simplify > the code by using directly the self-explicit ROUND_UP() > macro. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > include/hw/mips/mips.h | 4 +++- > hw/mips/fuloong2e.c | 3 +-- > hw/mips/malta.c | 6 +++--- > hw/mips/mipssim.c | 3 +-- > hw/mips/r4k.c | 3 +-- > 5 files changed, 9 insertions(+), 10 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~