powerpc/64: Remove unused SYS_CALL_TABLE symbol
authorMichael Ellerman <mpe@ellerman.id.au>
Tue, 13 Sep 2022 12:45:45 +0000 (22:45 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 26 Sep 2022 10:58:17 +0000 (20:58 +1000)
commite74611aa91bb9939dfc4a41b045a1a19227cff98
tree1a2865c8b3beaf59cf1ab97d2f57e6b7a51771c5
parentfdfdcfd504933ed06eb6b4c9df21eede0e213c3e
powerpc/64: Remove unused SYS_CALL_TABLE symbol

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")
Acked-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220913124545.2817825-1-mpe@ellerman.id.au
arch/powerpc/kernel/interrupt_64.S