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 e651239f1ec..942bb750a65 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c | |||
| @@ -3548,7 +3548,7 @@ static void gcwq_unbind_fn(struct work_struct *work) | |||
| 3548 | * Workqueues should be brought up before normal priority CPU notifiers. | 3548 | * Workqueues should be brought up before normal priority CPU notifiers. |
| 3549 | * This will be registered high priority CPU notifier. | 3549 | * This will be registered high priority CPU notifier. |
| 3550 | */ | 3550 | */ |
| 3551 | static int __devinit workqueue_cpu_up_callback(struct notifier_block *nfb, | 3551 | static int __cpuinit workqueue_cpu_up_callback(struct notifier_block *nfb, |
| 3552 | unsigned long action, | 3552 | unsigned long action, |
| 3553 | void *hcpu) | 3553 | void *hcpu) |
| 3554 | { | 3554 | { |
| @@ -3589,7 +3589,7 @@ static int __devinit workqueue_cpu_up_callback(struct notifier_block *nfb, | |||
| 3589 | * Workqueues should be brought down after normal priority CPU notifiers. | 3589 | * Workqueues should be brought down after normal priority CPU notifiers. |
| 3590 | * This will be registered as low priority CPU notifier. | 3590 | * This will be registered as low priority CPU notifier. |
| 3591 | */ | 3591 | */ |
| 3592 | static int __devinit workqueue_cpu_down_callback(struct notifier_block *nfb, | 3592 | static int __cpuinit workqueue_cpu_down_callback(struct notifier_block *nfb, |
| 3593 | unsigned long action, | 3593 | unsigned long action, |
| 3594 | void *hcpu) | 3594 | void *hcpu) |
| 3595 | { | 3595 | { |
