commit | b61af9b0d192c23bf5bcf01f206d87b8518f216e | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Tue Jan 02 12:57:47 2024 +1100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Thu Feb 29 11:35:36 2024 -1000 |
tree | aee6d2cb382a60d63010b8911432ddaa2e6b8dab | |
parent | 5d2203691ed5d1657616c402d30b3143382fc25d [diff] |
hw/tpm: Remove HOST_PAGE_ALIGN from tpm_ppi_init This removes a hidden use of qemu_host_page_size, hoisting two uses of qemu_real_host_page_size to a local variable. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com> Acked-by: Helge Deller <deller@gmx.de>