mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 02:24:24 +02: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>
4 lines
85 B
Makefile
4 lines
85 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
syscall-y += unistd_32.h
|
|
syscall-y += unistd_64.h
|