Commit fe0353f0 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] gcc-3.5 io_apic.c build fix

From: Valdis.Kletnieks@vt.edu

The send_IPI_self() in smp.c was fixed but the one in io_apic.c was not.
parent bc3d0059
...@@ -694,7 +694,7 @@ static inline void move_irq(int irq) { } ...@@ -694,7 +694,7 @@ static inline void move_irq(int irq) { }
#endif /* CONFIG_IRQBALANCE */ #endif /* CONFIG_IRQBALANCE */
#ifndef CONFIG_SMP #ifndef CONFIG_SMP
void send_IPI_self(int vector) void fastcall send_IPI_self(int vector)
{ {
unsigned int cfg; unsigned int cfg;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment