nolibc: add support for s390
authorSven Schnelle <svens@linux.ibm.com>
Mon, 9 Jan 2023 08:09:07 +0000 (09:09 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 9 Jan 2023 17:36:05 +0000 (09:36 -0800)
commit18a5a09d90a75f40d5dcd3bd2ff9052845f36c37
tree71053596a710a4023030bc8d5ec41b062b04cd79
parent00b18da4089330196906b9fe075c581c17eb726c
nolibc: add support for s390

Use arch-x86_64 as a template. Not really different, but
we have our own mmap syscall which takes a structure instead
of discrete arguments.

Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/include/nolibc/arch-s390.h [new file with mode: 0644]
tools/include/nolibc/arch.h
tools/include/nolibc/sys.h