diff options
author | Davidlohr Bueso <[email protected]> | 2018-03-26 14:09:26 -0700 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2018-03-27 07:51:45 +0200 |
commit | b720342849fe685310fca01748a32730a6eca5aa (patch) | |
tree | 0992d0036939a5514b91068a7cb2e511b8ca78ea /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | e97a90f7069b740575bcb1dae86596e0484b8957 (diff) |
sched/core: Update preempt_notifier_key to modern API
No changes in refcount semantics, use DEFINE_STATIC_KEY_FALSE()
for initialization and replace:
static_key_slow_inc|dec() => static_branch_inc|dec()
static_key_false() => static_branch_unlikely()
Signed-off-by: Davidlohr Bueso <[email protected]>
Cc: Davidlohr Bueso <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions