aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/uv/uv_irq.h
AgeCommit message (Collapse)AuthorFilesLines
2009-10-14x86, apic: Move SGI UV functionality out of generic IO-APIC codeDimitri Sivanich1-7/+0
Move UV specific functionality out of the generic IO-APIC code. Signed-off-by: Dimitri Sivanich <[email protected]> LKML-Reference: <[email protected]> [ Cleaned up the code some more in their new places. ] Signed-off-by: Ingo Molnar <[email protected]>
2009-10-14x86: SGI UV: Fix irq affinity for hub based interruptsDimitri Sivanich1-3/+12
This patch fixes handling of uv hub irq affinity. IRQs with ALL or NODE affinity can be routed to cpus other than their originally assigned cpu. Those with CPU affinity cannot be rerouted. Signed-off-by: Dimitri Sivanich <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
2008-10-23x86: drop double underscores from header guardsH. Peter Anvin1-3/+3
Drop double underscores from header guards in arch/x86/include. They are used inconsistently, and are not necessary. Signed-off-by: H. Peter Anvin <[email protected]>
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
Change header guards named "ASM_X86__*" to "_ASM_X86_*" since: a. the double underscore is ugly and pointless. b. no leading underscore violates namespace constraints. Signed-off-by: H. Peter Anvin <[email protected]>
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+36
Signed-off-by: Al Viro <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]>