Searched hist:acab36ca25101930b263dd9e8afd9b244354d338 (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/include/hw/mips/ |
H A D | mips.h | diff acab36ca25101930b263dd9e8afd9b244354d338 Sun Sep 27 06:18:17 CDT 2020 Philippe Mathieu-Daudé <f4bug@amsat.org> hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)
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é <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200927163943.614604-3-f4bug@amsat.org>
|
/openbmc/qemu/hw/mips/ |
H A D | mipssim.c | diff acab36ca25101930b263dd9e8afd9b244354d338 Sun Sep 27 06:18:17 CDT 2020 Philippe Mathieu-Daudé <f4bug@amsat.org> hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)
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é <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200927163943.614604-3-f4bug@amsat.org>
|
H A D | fuloong2e.c | diff acab36ca25101930b263dd9e8afd9b244354d338 Sun Sep 27 06:18:17 CDT 2020 Philippe Mathieu-Daudé <f4bug@amsat.org> hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)
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é <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200927163943.614604-3-f4bug@amsat.org>
|
H A D | malta.c | diff acab36ca25101930b263dd9e8afd9b244354d338 Sun Sep 27 06:18:17 CDT 2020 Philippe Mathieu-Daudé <f4bug@amsat.org> hw/mips: Simplify code using ROUND_UP(INITRD_PAGE_SIZE)
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é <f4bug@amsat.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200927163943.614604-3-f4bug@amsat.org>
|