hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
kernel/arch/x86/kernel/apic/apic_numachip.c
....@@ -103,10 +103,10 @@
103103 if (!((apicid ^ local_apicid) >> NUMACHIP_LAPIC_BITS)) {
104104 unsigned long flags;
105105
106
- local_irq_save(flags);
106
+ flags = hard_local_irq_save();
107107 __default_send_IPI_dest_field(apicid, vector,
108108 APIC_DEST_PHYSICAL);
109
- local_irq_restore(flags);
109
+ hard_local_irq_restore(flags);
110110 preempt_enable();
111111 return;
112112 }