Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3, fix | Ingo Molnar | 2008-10-16 | 1 | -0/+2 |
| | | | | | | | | | 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> | ||||
* | x86, UV: add uv_setup_irq() and uv_teardown_irq() functions, v3 | Dean Nelson | 2008-10-16 | 1 | -0/+77 |
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> |