diff options
Diffstat (limited to 'arch/x86/kernel/io_apic_32.c')
-rw-r--r-- | arch/x86/kernel/io_apic_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/io_apic_32.c b/arch/x86/kernel/io_apic_32.c index 75bf8dc77650..76f11c3e3906 100644 --- a/arch/x86/kernel/io_apic_32.c +++ b/arch/x86/kernel/io_apic_32.c | |||
@@ -725,7 +725,7 @@ late_initcall(balanced_irq_init); | |||
725 | #endif /* CONFIG_SMP */ | 725 | #endif /* CONFIG_SMP */ |
726 | 726 | ||
727 | #ifndef CONFIG_SMP | 727 | #ifndef CONFIG_SMP |
728 | void fastcall send_IPI_self(int vector) | 728 | void send_IPI_self(int vector) |
729 | { | 729 | { |
730 | unsigned int cfg; | 730 | unsigned int cfg; |
731 | 731 | ||