diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-02-04 16:48:03 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-02-04 16:48:03 +0100 |
commit | 599db4fe23d3869af98e2addef5628faef550f60 (patch) | |
tree | aba87b7aa241b77d7aa3b9b08d6dfdc8de40d794 /include/asm-x86/hw_irq_32.h | |
parent | 1fba38703d0ce8a5ff0fad9df3eccc6b55cf2cfb (diff) |
x86: remove final FASTCALL() uses
A few snuck back in to x86.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/asm-x86/hw_irq_32.h')
-rw-r--r-- | include/asm-x86/hw_irq_32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/hw_irq_32.h b/include/asm-x86/hw_irq_32.h index 6d65fbb6358b..ea88054e03f3 100644 --- a/include/asm-x86/hw_irq_32.h +++ b/include/asm-x86/hw_irq_32.h @@ -47,7 +47,7 @@ void enable_8259A_irq(unsigned int irq); int i8259A_irq_pending(unsigned int irq); void make_8259A_irq(unsigned int irq); void init_8259A(int aeoi); -void FASTCALL(send_IPI_self(int vector)); +void send_IPI_self(int vector); void init_VISWS_APIC_irqs(void); void setup_IO_APIC(void); void disable_IO_APIC(void); |