]> bbs.cooldavid.org Git - net-next-2.6.git/commit - kernel/sched.c
sched: define and use CPU_PRI_* enums for cpu notifier priorities
authorTejun Heo <tj@kernel.org>
Tue, 8 Jun 2010 19:40:36 +0000 (21:40 +0200)
committerTejun Heo <tj@kernel.org>
Tue, 8 Jun 2010 19:40:36 +0000 (21:40 +0200)
commit50a323b73069b169385a8ac65633dee837a7d13f
tree020820efb3af12486981381a1e087c1907fdeeb8
parent3975d16760d4be7402d1067c548c30c427971331
sched: define and use CPU_PRI_* enums for cpu notifier priorities

Instead of hardcoding priority 10 and 20 in sched and perf, collect
them into CPU_PRI_* enums.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
include/linux/cpu.h
include/linux/perf_event.h
kernel/sched.c