Merge "hotplug cpu: ratelimit logs for thermal veto"
This commit is contained in:
commit
0bce290a42
1 changed files with 2 additions and 2 deletions
|
@ -523,8 +523,8 @@ 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",
|
||||
__func__, cpu);
|
||||
pr_warn_ratelimited("%s: attempt to bring up CPU %u failed\n",
|
||||
__func__, cpu);
|
||||
goto out_notify;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue