aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@csgroup.eu>2021-08-23 06:45:20 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2021-08-23 19:28:20 +1000
commita00ea5b6f2bbef8b004b0b7228c61680a50c7c3f (patch)
treed31be3079b87b255a07fc520f5f5283e5738db38 /arch/powerpc
parentpowerpc/audit: Simplify syscall_get_arch() (diff)
downloadlinux-dev-a00ea5b6f2bbef8b004b0b7228c61680a50c7c3f.tar.xz
linux-dev-a00ea5b6f2bbef8b004b0b7228c61680a50c7c3f.zip
powerpc/syscalls: Remove __NR__exit
__NR__exit is nowhere used. On most architectures it was removed by commit 135ab6ec8fda ("[PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references") but not on powerpc. powerpc removed __KERNEL_SYSCALLS__ in commit 3db03b4afb3e ("[PATCH] rename the provided execve functions to kernel_execve"), but __NR__exit was left over. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/6457eb4f327313323ed1f70e540bbb4ddc9178fa.1629701106.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/include/asm/unistd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/include/asm/unistd.h b/arch/powerpc/include/asm/unistd.h
index b541c690a31c..5eb462af6766 100644
--- a/arch/powerpc/include/asm/unistd.h
+++ b/arch/powerpc/include/asm/unistd.h
@@ -9,8 +9,6 @@
#define NR_syscalls __NR_syscalls
-#define __NR__exit __NR_exit
-
#ifndef __ASSEMBLY__
#include <linux/types.h>