diff options
author | 2021-05-10 11:53:12 -0700 | |
---|---|---|
committer | 2021-05-12 10:49:15 +0200 | |
commit | dce0aa3b2ef28900cc4c779c59a870f1b4bdadee (patch) | |
tree | 980389d5f1ff53772d39048f714e67f71c6994f9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | x86/entry: Reverse arguments to do_syscall_64() (diff) | |
download | linux-dev-dce0aa3b2ef28900cc4c779c59a870f1b4bdadee.tar.xz linux-dev-dce0aa3b2ef28900cc4c779c59a870f1b4bdadee.zip |
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
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions