mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
LoongArch supports ARCH_HAS_SET_DIRECT_MAP, therefore wire up the memfd_secret system call, which just depends on it. Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Mike Rapoport (Microsoft) <rppt@kernel.org> Acked-by: David Hildenbrand (Red Hat) <david@kernel.org> Signed-off-by: Lain "Fearyncess" Yang <fearyncess@aosc.io> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
5 lines
100 B
Makefile
5 lines
100 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
syscall_abis_32 += memfd_secret
|
|
syscall_abis_64 += memfd_secret
|