projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4173a0e
)
x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3, fix
author
Ingo Molnar
<mingo@elte.hu>
Fri, 3 Oct 2008 09:38:37 +0000
(11:38 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 16 Oct 2008 14:53:13 +0000
(16:53 +0200)
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>
arch/x86/kernel/uv_irq.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/uv_irq.c
b/arch/x86/kernel/uv_irq.c
index 6bd26c91c30bbcccd2d3ea2f65ca9393208840fa..aeef529917e44f896d6e05c77c2b6232e84c8361 100644
(file)
--- a/
arch/x86/kernel/uv_irq.c
+++ b/
arch/x86/kernel/uv_irq.c
@@
-10,6
+10,8
@@
#include <linux/module.h>
#include <linux/irq.h>
+
+#include <asm/apic.h>
#include <asm/uv/uv_irq.h>
static void uv_noop(unsigned int irq)