aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm
diff options
context:
space:
mode:
authorRohan McLure <rmclure@linux.ibm.com>2022-09-21 16:55:52 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2022-09-26 23:00:16 +1000
commit4df0221f9ded8c39aecfb1a80cef346026671cb7 (patch)
tree5ae09dd5c1c2737a00998945a50d29cb9b0018fd /arch/powerpc/include/asm
parentpowerpc/32: Remove powerpc select specialisation (diff)
downloadlinux-dev-4df0221f9ded8c39aecfb1a80cef346026671cb7.tar.xz
linux-dev-4df0221f9ded8c39aecfb1a80cef346026671cb7.zip
powerpc: Remove direct call to personality syscall handler
Syscall handlers should not be invoked internally by their symbol names, as these symbols defined by the architecture-defined SYSCALL_DEFINE macro. Fortunately, in the case of ppc64_personality, its call to sys_personality can be replaced with an invocation to the equivalent ksys_personality inline helper in <linux/syscalls.h>. Signed-off-by: Rohan McLure <rmclure@linux.ibm.com> Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220921065605.1051927-13-rmclure@linux.ibm.com
Diffstat (limited to 'arch/powerpc/include/asm')
0 files changed, 0 insertions, 0 deletions