sched: Extract the basic add/sub preempt_count modifiers
Rewrite the preempt_count macros in order to extract the 3 basic preempt_count value modifiers: __preempt_count_add() __preempt_count_sub() and the new: __preempt_count_dec_and_test() And since we're at it anyway, replace the unconventional $op_preempt_count names with the more conventional preempt_count_$op. Since these basic operators are equivalent to the previous _notrace() variants, do away with the _notrace() versions. Signed-off-by:Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/n/tip-ewbpdbupy9xpsjhg960zwbv8@git.kernel.org Signed-off-by:
Ingo Molnar <mingo@kernel.org>
Showing
- arch/mips/mm/init.c 2 additions, 3 deletionsarch/mips/mm/init.c
- arch/x86/kernel/traps.c 2 additions, 2 deletionsarch/x86/kernel/traps.c
- include/asm-generic/preempt.h 35 additions, 0 deletionsinclude/asm-generic/preempt.h
- include/linux/hardirq.h 4 additions, 4 deletionsinclude/linux/hardirq.h
- include/linux/preempt.h 48 additions, 58 deletionsinclude/linux/preempt.h
- include/linux/sched.h 0 additions, 5 deletionsinclude/linux/sched.h
- include/linux/uaccess.h 2 additions, 6 deletionsinclude/linux/uaccess.h
- kernel/context_tracking.c 1 addition, 1 deletionkernel/context_tracking.c
- kernel/sched/core.c 12 additions, 17 deletionskernel/sched/core.c
- kernel/softirq.c 7 additions, 7 deletionskernel/softirq.c
Please register or sign in to comment