diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2016-07-13 20:16:28 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-07-14 10:34:42 +0300 |
commit | 89ab9cb16931873ec600a909b3a38436352e629a (patch) | |
tree | 20ac765ab3390536bd97f24bf47468e9abad97b5 /include/linux/cpu.h | |
parent | 8381f6a0c02fdf457d1712cb82f2f0240f2f03cc (diff) | |
download | linux-89ab9cb16931873ec600a909b3a38436352e629a.tar.xz |
perf/core: Remove perf CPU notifier code
All users converted to state machine callbacks.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Anna-Maria Gleixner <anna-maria@linutronix.de>
Reviewed-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Nicolas Iooss <nicolas.iooss_linux@m4x.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: rt@linutronix.de
Link: http://lkml.kernel.org/r/20160713153335.115333381@linutronix.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/cpu.h')
-rw-r--r-- | include/linux/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index 21597dcac0e2..ca2dd865a34e 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h @@ -59,8 +59,6 @@ struct notifier_block; * CPU notifier priorities. */ enum { - CPU_PRI_PERF = 20, - /* bring up workqueues before normal notifiers and down after */ CPU_PRI_WORKQUEUE_UP = 5, CPU_PRI_WORKQUEUE_DOWN = -5, |