diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cpu.h b/include/linux/cpu.h index de6b1722cdca..4823af64e9db 100644 --- a/include/linux/cpu.h +++ b/include/linux/cpu.h | |||
| @@ -71,6 +71,8 @@ enum { | |||
| 71 | /* migration should happen before other stuff but after perf */ | 71 | /* migration should happen before other stuff but after perf */ |
| 72 | CPU_PRI_PERF = 20, | 72 | CPU_PRI_PERF = 20, |
| 73 | CPU_PRI_MIGRATION = 10, | 73 | CPU_PRI_MIGRATION = 10, |
| 74 | /* prepare workqueues for other notifiers */ | ||
| 75 | CPU_PRI_WORKQUEUE = 5, | ||
| 74 | }; | 76 | }; |
| 75 | 77 | ||
| 76 | #ifdef CONFIG_SMP | 78 | #ifdef CONFIG_SMP |
