diff options
Diffstat (limited to 'kernel/workqueue.c')
| -rw-r--r-- | kernel/workqueue.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 726adc84b3ca..7f5d4be22034 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
| @@ -4661,7 +4661,7 @@ static void restore_unbound_workers_cpumask(struct worker_pool *pool, int cpu) | |||
| 4661 | * Workqueues should be brought up before normal priority CPU notifiers. | 4661 | * Workqueues should be brought up before normal priority CPU notifiers. |
| 4662 | * This will be registered high priority CPU notifier. | 4662 | * This will be registered high priority CPU notifier. |
| 4663 | */ | 4663 | */ |
| 4664 | static int __cpuinit workqueue_cpu_up_callback(struct notifier_block *nfb, | 4664 | static int workqueue_cpu_up_callback(struct notifier_block *nfb, |
| 4665 | unsigned long action, | 4665 | unsigned long action, |
| 4666 | void *hcpu) | 4666 | void *hcpu) |
| 4667 | { | 4667 | { |
| @@ -4714,7 +4714,7 @@ static int __cpuinit workqueue_cpu_up_callback(struct notifier_block *nfb, | |||
| 4714 | * Workqueues should be brought down after normal priority CPU notifiers. | 4714 | * Workqueues should be brought down after normal priority CPU notifiers. |
| 4715 | * This will be registered as low priority CPU notifier. | 4715 | * This will be registered as low priority CPU notifier. |
| 4716 | */ | 4716 | */ |
| 4717 | static int __cpuinit workqueue_cpu_down_callback(struct notifier_block *nfb, | 4717 | static int workqueue_cpu_down_callback(struct notifier_block *nfb, |
| 4718 | unsigned long action, | 4718 | unsigned long action, |
| 4719 | void *hcpu) | 4719 | void *hcpu) |
| 4720 | { | 4720 | { |
