From: Michael Ellerman <mpe@ellerman.id.au> Date: 2022-09-13 12:46:29
In interrupt_64.S, formerly entry_64.S, there are two toc entries
created for sys_call_table and compat_sys_call_table.
These are no longer used, since the system call entry was converted from
asm to C, so remove them.
Fixes: 68b34588e202 ("powerpc/64/sycall: Implement syscall entry/exit logic in C")
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
---
arch/powerpc/kernel/interrupt_64.S | 10 ----------
1 file changed, 10 deletions(-)
On Tue Sep 13, 2022 at 10:45 PM AEST, Michael Ellerman wrote:
In interrupt_64.S, formerly entry_64.S, there are two toc entries
created for sys_call_table and compat_sys_call_table.
These are no longer used, since the system call entry was converted from
asm to C, so remove them.
From: Michael Ellerman <hidden> Date: 2022-10-04 13:50:51
On Tue, 13 Sep 2022 22:45:45 +1000, Michael Ellerman wrote:
In interrupt_64.S, formerly entry_64.S, there are two toc entries
created for sys_call_table and compat_sys_call_table.
These are no longer used, since the system call entry was converted from
asm to C, so remove them.
[...]