Re: [PATCH 12/15] s390: remove native mmap2() syscall
Heiko Carstens <[email protected]>
| Newsgroups | gmane.linux.ports.ppc.embedded,gmane.linux.ports.mips,gmane.linux.ports.sparc,gmane.linux.kernel.cross-arch,gmane.linux.ports.sh.devel,gmane.linux.lib.musl.general,gmane.linux.ltp,gmane.comp.lib.glibc.alpha,gmane.linux.kernel,gmane.linux.ports.hexagon,gmane.linux.file-systems |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jun 20, 2024 at 06:23:13PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann <[email protected]> > > 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 <[email protected]> > --- > arch/s390/kernel/syscall.c | 27 --------------------------- > 1 file changed, 27 deletions(-) Acked-by: Heiko Carstens <[email protected]>