sched: Introduce preempt_count accessor functions
Replace the single preempt_count() 'function' that's an lvalue with two proper functions: preempt_count() - returns the preempt_count value as rvalue preempt_count_set() - Allows setting the preempt-count value Also provide preempt_count_ptr() as a convenience wrapper to implement all modifying operations. Signed-off-by:Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/n/tip-orxrbycjozopqfhb4dxdkdvb@git.kernel.org [ Fixed build failure. ] Signed-off-by:
Ingo Molnar <mingo@kernel.org>
Showing
- include/linux/preempt.h 19 additions, 6 deletionsinclude/linux/preempt.h
- init/main.c 1 addition, 1 deletioninit/main.c
- kernel/sched/core.c 2 additions, 2 deletionskernel/sched/core.c
- kernel/softirq.c 2 additions, 2 deletionskernel/softirq.c
- kernel/timer.c 4 additions, 4 deletionskernel/timer.c
- lib/locking-selftest.c 1 addition, 1 deletionlib/locking-selftest.c
- lib/smp_processor_id.c 1 addition, 2 deletionslib/smp_processor_id.c
Loading
Please register or sign in to comment