linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.c
commite56922abf0754df87fff949cc1f8f23956552aba
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Jan 2024 01:57:44 +0000 (2 12:57 +1100)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 29 Feb 2024 21:35:36 +0000 (29 11:35 -1000)
tree1cfbeb5dbc5014fb9a56e92058b081303abea34e
parent621ac47d3778b8e883affd04fe80e76e3c8b64e1
linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.c

We already have qemu_real_host_page_size() in a local variable.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Ilya Leoshkevich <iii@linux.ibm.com>
Acked-by: Helge Deller <deller@gmx.de>
Message-Id: <20240102015808.132373-10-richard.henderson@linaro.org>
linux-user/mmap.c