diff options
-rw-r--r-- | arch/x86/kernel/apic/apic_numachip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/apic_numachip.c b/arch/x86/kernel/apic/apic_numachip.c index 2aaee79fb129..7a3191232630 100644 --- a/arch/x86/kernel/apic/apic_numachip.c +++ b/arch/x86/kernel/apic/apic_numachip.c | |||
@@ -145,7 +145,7 @@ static void numachip_send_IPI_all(int vector) | |||
145 | 145 | ||
146 | static void numachip_send_IPI_self(int vector) | 146 | static void numachip_send_IPI_self(int vector) |
147 | { | 147 | { |
148 | __default_send_IPI_shortcut(APIC_DEST_SELF, vector, APIC_DEST_PHYSICAL); | 148 | apic_write(APIC_SELF_IPI, vector); |
149 | } | 149 | } |
150 | 150 | ||
151 | static int __init numachip_probe(void) | 151 | static int __init numachip_probe(void) |