diff options
author | Dominik Brodowski <[email protected]> | 2018-03-11 11:34:38 +0100 |
---|---|---|
committer | Dominik Brodowski <[email protected]> | 2018-04-02 20:16:12 +0200 |
commit | 66f4e88cc69da7d9ec4d68cf370cc69742d4af81 (patch) | |
tree | 9ba92c918c9aa2804e1413c82de7a4893a271fd3 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | c7b95d5156a9ee70f800bd2e47a9eba677be73e1 (diff) |
x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm()
Using this helper allows us to avoid the in-kernel calls to the
sys_ioperm() syscall. The ksys_ prefix denotes that this function is meant
as a drop-in replacement for the syscall. In particular, it uses the same
calling convention as sys_ioperm().
This patch is part of a series which removes in-kernel calls to syscalls.
On this basis, the syscall entry path can be streamlined. For details, see
http://lkml.kernel.org/r/[email protected]
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Slaby <[email protected]>
Cc: [email protected]
Acked-by: Greg Kroah-Hartman <[email protected]>
Reviewed-by: Thomas Gleixner <[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