x86, apic: untangle the send_IPI_*() jungle
[linux-2.6-block.git] / arch / x86 / kernel / kgdb.c
index 10435a120d2227bffd79a3df193f4238049ce2b0..b62a3811e01c8df5fc77e3ca5de9c92de8f87d5c 100644 (file)
@@ -347,7 +347,7 @@ void kgdb_post_primary_code(struct pt_regs *regs, int e_vector, int err_code)
  */
 void kgdb_roundup_cpus(unsigned long flags)
 {
-       send_IPI_allbutself(APIC_DM_NMI);
+       apic->send_IPI_allbutself(APIC_DM_NMI);
 }
 #endif