perf/core: Remove perf CPU notifier code
[cascardo/linux.git] / include / linux / cpu.h
index 21597dc..ca2dd86 100644 (file)
@@ -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,