]> www.infradead.org Git - users/jedix/linux-maple.git/commit
arm64: rework compat syscall macros
authorArnd Bergmann <arnd@arndb.de>
Wed, 8 May 2024 21:50:07 +0000 (23:50 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 10 Jul 2024 12:23:38 +0000 (14:23 +0200)
commitd2a4a07190f42e4f82805daf58e708400b703f1c
treecdbe6571ef348d6f656c4b1d7fba706d89776228
parente632bca07c8eef1de9dc50f4e4066c56e9d68b07
arm64: rework compat syscall macros

The generated asm/unistd_compat_32.h header file now contains
macros that can be used directly in the vdso and the signal
trampolines, so remove the duplicate definitions.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm64/include/asm/seccomp.h
arch/arm64/include/asm/unistd.h
arch/arm64/include/asm/vdso/compat_gettimeofday.h
arch/arm64/kernel/signal32.c
arch/arm64/kernel/sigreturn32.S