Re: [PATCH 12/15] s390: remove native mmap2() syscall
From: Heiko Carstens
Date: Fri Jun 21 2024 - 10:19:12 EST
On Thu, Jun 20, 2024 at 06:23:13PM +0200, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> The mmap2() syscall has never been used on 64-bit s390x and should
> have been removed as part of 5a79859ae0f3 ("s390: remove 31 bit
> support").
>
> Remove it now.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
> arch/s390/kernel/syscall.c | 27 ---------------------------
> 1 file changed, 27 deletions(-)
Acked-by: Heiko Carstens <hca@xxxxxxxxxxxxx>