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>