linux/arch
Peter Zijlstra bdb4380658 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>
2013-09-25 14:07:54 +02:00
..
alpha sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
arc sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
arm sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
arm64 sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
avr32 sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
blackfin sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
c6x sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
cris sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
frv sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
h8300 sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
hexagon sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
ia64 sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
m32r sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
m68k sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
metag sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
microblaze sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
mips sched: Extract the basic add/sub preempt_count modifiers 2013-09-25 14:07:54 +02:00
mn10300 sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
openrisc sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
parisc sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
powerpc sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
s390 sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
score sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
sh sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
sparc sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
tile sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
um sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
unicore32 sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
x86 sched: Extract the basic add/sub preempt_count modifiers 2013-09-25 14:07:54 +02:00
xtensa sched, arch: Create asm/preempt.h 2013-09-25 14:07:50 +02:00
.gitignore
Kconfig microblaze: fix clone syscall 2013-08-13 17:57:48 -07:00