]> git.baikalelectronics.ru Git - kernel.git/commit
xen: allocate irq descs on any NUMA node
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Fri, 3 Dec 2010 00:14:27 +0000 (16:14 -0800)
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Fri, 3 Dec 2010 00:14:27 +0000 (16:14 -0800)
commit2db5e29e0fd80da62c7ca328bba7e61a01ad30ea
tree5a7131cd81974e92f6c8857a06e29a935886181b
parent36a4a67c24e440c39396c6b42982399c05c74c2c
xen: allocate irq descs on any NUMA node

Allocate irq descs on any NUMA node (we don't care) rather than
specifically node 0, which may not exist.

(At the moment NUMA is meaningless within a domain, so any info
the kernel has is just from an SRAT table we haven't suppressed/disabled.)

Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
drivers/xen/events.c