|
@@ -124,7 +124,7 @@ static bool smp_no_nmi_ipi = false;
|
|
static void native_smp_send_reschedule(int cpu)
|
|
static void native_smp_send_reschedule(int cpu)
|
|
{
|
|
{
|
|
if (unlikely(cpu_is_offline(cpu))) {
|
|
if (unlikely(cpu_is_offline(cpu))) {
|
|
- WARN_ON(1);
|
|
|
|
|
|
+ WARN(1, "sched: Unexpected reschedule of offline CPU#%d!\n", cpu);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
apic->send_IPI(cpu, RESCHEDULE_VECTOR);
|
|
apic->send_IPI(cpu, RESCHEDULE_VECTOR);
|