Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+2
+2
arch/x86/kernel/uv_irq.c
··· 10 10 11 11 #include <linux/module.h> 12 12 #include <linux/irq.h> 13 + 14 + #include <asm/apic.h> 13 15 #include <asm/uv/uv_irq.h> 14 16 15 17 static void uv_noop(unsigned int irq)