commit | a00ea5b6f2bbef8b004b0b7228c61680a50c7c3f | [log] [tgz] |
---|---|---|
author | Christophe Leroy <[email protected]> | Mon Aug 23 06:45:20 2021 +0000 |
committer | Michael Ellerman <[email protected]> | Mon Aug 23 19:28:20 2021 +1000 |
tree | d31be3079b87b255a07fc520f5f5283e5738db38 | |
parent | 770cec16cdc9d15555e67896dd2214a4fec9a3fa [diff] |
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 <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/6457eb4f327313323ed1f70e540bbb4ddc9178fa.1629701106.git.christophe.leroy@csgroup.eu