Re: [PATCH 09/33] linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.c

2023-08-21 Thread Philippe Mathieu-Daudé
On 18/8/23 19:12, Richard Henderson wrote: We already have qemu_real_host_page_size() in a local variable. Signed-off-by: Richard Henderson --- linux-user/mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

[PATCH 09/33] linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.c

2023-08-18 Thread Richard Henderson
We already have qemu_real_host_page_size() in a local variable. Signed-off-by: Richard Henderson --- linux-user/mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-user/mmap.c b/linux-user/mmap.c index fc23192a32..48a6ef0af9 100644 --- a/linux-user/mmap.c +++ b/linux