diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-10-03 05:38:37 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-16 10:53:13 -0400 |
commit | 37762b6ffb37f9e21cbc6f80902aa06b7a053fd7 (patch) | |
tree | 59b282f967515abababc126cc53b00e26dee5793 /arch | |
parent | 4173a0e7371ece227559b44943c6fd456ee470d1 (diff) |
x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3, fix
fix:
arch/x86/kernel/uv_irq.c: In function 'uv_ack_apic':
arch/x86/kernel/uv_irq.c:26: error: implicit declaration of function 'ack_APIC_irq'
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/uv_irq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kernel/uv_irq.c b/arch/x86/kernel/uv_irq.c index 6bd26c91c30b..aeef529917e4 100644 --- a/arch/x86/kernel/uv_irq.c +++ b/arch/x86/kernel/uv_irq.c | |||
@@ -10,6 +10,8 @@ | |||
10 | 10 | ||
11 | #include <linux/module.h> | 11 | #include <linux/module.h> |
12 | #include <linux/irq.h> | 12 | #include <linux/irq.h> |
13 | |||
14 | #include <asm/apic.h> | ||
13 | #include <asm/uv/uv_irq.h> | 15 | #include <asm/uv/uv_irq.h> |
14 | 16 | ||
15 | static void uv_noop(unsigned int irq) | 17 | static void uv_noop(unsigned int irq) |