mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 07:51:31 -04: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>
15 lines
343 B
Makefile
15 lines
343 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
syscall-y += syscall_table_32.h
|
|
syscall-y += syscall_table_64.h
|
|
generated-y += orc_hash.h
|
|
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += parport.h
|
|
generic-y += early_ioremap.h
|
|
generic-y += qrwlock.h
|
|
generic-y += user.h
|
|
generic-y += ioctl.h
|
|
generic-y += mmzone.h
|
|
generic-y += statfs.h
|
|
generic-y += text-patching.h
|