diff options
author | Dominik Brodowski <[email protected]> | 2018-03-22 14:09:17 +0100 |
---|---|---|
committer | Dominik Brodowski <[email protected]> | 2018-04-02 20:16:18 +0200 |
commit | 3e2052e5dd4062ccc7a10e8860aa7d2e58627001 (patch) | |
tree | 0597bf56694c0c24c19198ea0f85c1495ad5c329 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | c679a08983db7c1eb09930570b92ff7c9fd59c1c (diff) |
syscalls/x86: auto-create compat_sys_*() prototypes
compat_sys_*() functions are no longer called from within the kernel on
x86 except from the system call table. Linking the system call does not
require compat_sys_*() function prototypes at least on x86. Therefore,
generate compat_sys_*() prototypes on-the-fly within the
COMPAT_SYSCALL_DEFINEx() macro, and remove x86-specific prototypes from
various header files.
Suggested-by: Andy Lutomirski <[email protected]>
Cc: Arnd Bergmann <[email protected]>
Cc: David S. Miller <[email protected]>
Cc: [email protected]
Cc: Thomas Gleixner <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Al Viro <[email protected]>
Cc: [email protected]
Signed-off-by: Dominik Brodowski <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions