x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3
authorDean Nelson <dcn@sgi.com>
Thu, 2 Oct 2008 17:18:21 +0000 (12:18 -0500)
committerIngo Molnar <mingo@elte.hu>
Thu, 16 Oct 2008 14:53:12 +0000 (16:53 +0200)
commit4173a0e7371ece227559b44943c6fd456ee470d1
treee9a6dd475bfc72b373c1db13c21c8d82591636ec
parent5f79f2f2ad39b5177c52ed08ffd066ea0c1da924
x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3

Provide a means for UV interrupt MMRs to be setup with the message to be sent
when an MSI is raised.

Signed-off-by: Dean Nelson <dcn@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/Makefile
arch/x86/kernel/io_apic.c
arch/x86/kernel/uv_irq.c [new file with mode: 0644]
include/asm-x86/uv/uv_irq.h [new file with mode: 0644]