]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
x86/syscall: Unconditionally prototype {ia32,x32}_sys_call_table[]
authorH. Peter Anvin (Intel) <hpa@zytor.com>
Mon, 10 May 2021 18:53:12 +0000 (11:53 -0700)
committerIngo Molnar <mingo@kernel.org>
Wed, 12 May 2021 08:49:15 +0000 (10:49 +0200)
commitdce0aa3b2ef28900cc4c779c59a870f1b4bdadee
tree980389d5f1ff53772d39048f714e67f71c6994f9
parent3e5e7f7736b05d5fdf2cc4e0ba4f2d8bc42c630d
x86/syscall: Unconditionally prototype {ia32,x32}_sys_call_table[]

Even if these APIs are disabled, and the arrays therefore do not
exist, having the prototypes allows us to use IS_ENABLED() rather than
using #ifdefs.

If something ends up trying to actually *use* these arrays a linker
error will ensue.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20210510185316.3307264-4-hpa@zytor.com
arch/x86/include/asm/syscall.h