mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 12:21:22 -05:00
Adjust system call for both 32BIT and 64BIT, including: add the uapi
unistd_{32,64}.h and syscall_table_{32,64}.h inclusion, add sys_mmap2()
definition, change the system call entry routines, etc.
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
6 lines
112 B
Makefile
6 lines
112 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
# No special ABIs on loongarch so far
|
|
syscall_abis_32 +=
|
|
syscall_abis_64 +=
|