aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cpu.c')
-rw-r--r--kernel/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/cpu.c b/kernel/cpu.c
index a98f6ab16ecd..c77bc3a1c722 100644
--- a/kernel/cpu.c
+++ b/kernel/cpu.c
@@ -215,7 +215,7 @@ static int __ref _cpu_down(unsigned int cpu, int tasks_frozen)
215 __raw_notifier_call_chain(&cpu_chain, CPU_DOWN_FAILED | mod, 215 __raw_notifier_call_chain(&cpu_chain, CPU_DOWN_FAILED | mod,
216 hcpu, nr_calls, NULL); 216 hcpu, nr_calls, NULL);
217 printk("%s: attempt to take down CPU %u failed\n", 217 printk("%s: attempt to take down CPU %u failed\n",
218 __FUNCTION__, cpu); 218 __func__, cpu);
219 err = -EINVAL; 219 err = -EINVAL;
220 goto out_release; 220 goto out_release;
221 } 221 }
@@ -295,7 +295,7 @@ static int __cpuinit _cpu_up(unsigned int cpu, int tasks_frozen)
295 if (ret == NOTIFY_BAD) { 295 if (ret == NOTIFY_BAD) {
296 nr_calls--; 296 nr_calls--;
297 printk("%s: attempt to bring up CPU %u failed\n", 297 printk("%s: attempt to bring up CPU %u failed\n",
298 __FUNCTION__, cpu); 298 __func__, cpu);
299 ret = -EINVAL; 299 ret = -EINVAL;
300 goto out_notify; 300 goto out_notify;
301 } 301 }