]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/cpu.h
tty: Make vt's have a tty_port
[karo-tx-linux.git] / include / linux / cpu.h
index de6b1722cdcab11e9443a027ebf5aeda7789589d..4823af64e9db2148c23e1ae4d0ad3fe21de4368a 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