spi/atmel: typo in debug message
[cascardo/linux.git] / include / linux / cpu.h
index de6b172..4823af6 100644 (file)
@@ -71,6 +71,8 @@ enum {
        /* migration should happen before other stuff but after perf */
        CPU_PRI_PERF            = 20,
        CPU_PRI_MIGRATION       = 10,
+       /* prepare workqueues for other notifiers */
+       CPU_PRI_WORKQUEUE       = 5,
 };
 
 #ifdef CONFIG_SMP