diff options
author | David Miller <davem@davemloft.net> | 2020-02-24 17:01:45 +0300 |
---|---|---|
committer | Alexei Starovoitov <ast@kernel.org> | 2020-02-25 03:20:09 +0300 |
commit | 02ad05965491ca72034327d47da6cb25f3a92603 (patch) | |
tree | 3acf6c839448a780cf43252693653245f3cf51eb /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 6eac7795e8ef75de062c8f5bdb9520c9f0f065fa (diff) | |
download | linux-02ad05965491ca72034327d47da6cb25f3a92603.tar.xz |
bpf: Use migrate_disable/enabe() in trampoline code.
Instead of preemption disable/enable to reflect the purpose. This allows
PREEMPT_RT to substitute it with an actual migration disable
implementation. On non RT kernels this is still mapped to
preempt_disable/enable().
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200224145643.891428873@linutronix.de
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions