]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/genapic_64.c
x64, x2apic/intr-remap: introcude self IPI to genapic routines
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / genapic_64.c
index 7414871751a735630a9428803384a1191d07c737..6657de609dcbc211d4c5df10ab8ab694d53e0588 100644 (file)
@@ -61,7 +61,7 @@ void __init setup_apic_routing(void)
 
 /* Same for both flat and physical. */
 
-void send_IPI_self(int vector)
+void apic_send_IPI_self(int vector)
 {
        __send_IPI_shortcut(APIC_DEST_SELF, vector, APIC_DEST_PHYSICAL);
 }