Loading kernel/cpu.c +2 −2 Original line number Diff line number Diff line Loading @@ -523,7 +523,7 @@ static int _cpu_up(unsigned int cpu, int tasks_frozen) ret = __cpu_notify(CPU_UP_PREPARE | mod, hcpu, -1, &nr_calls); if (ret) { nr_calls--; pr_warn("%s: attempt to bring up CPU %u failed\n", pr_warn_ratelimited("%s: attempt to bring up CPU %u failed\n", __func__, cpu); goto out_notify; } Loading Loading
kernel/cpu.c +2 −2 Original line number Diff line number Diff line Loading @@ -523,7 +523,7 @@ static int _cpu_up(unsigned int cpu, int tasks_frozen) ret = __cpu_notify(CPU_UP_PREPARE | mod, hcpu, -1, &nr_calls); if (ret) { nr_calls--; pr_warn("%s: attempt to bring up CPU %u failed\n", pr_warn_ratelimited("%s: attempt to bring up CPU %u failed\n", __func__, cpu); goto out_notify; } Loading