x86/irq: use move_irq_desc() in create_irq_nr()
authorYinghai Lu <yinghai@kernel.org>
Thu, 30 Apr 2009 08:17:50 +0000 (01:17 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 1 May 2009 17:01:12 +0000 (19:01 +0200)
commit15e957d08dd4a841359cfec59ecb74041e0097aa
treee18a8b70751c552ba2bd7248660f137a735938ea
parent56b581ea9591b5767b1e0204c6a06c7d0c49396e
x86/irq: use move_irq_desc() in create_irq_nr()

move_irq_desc() will try to move irq_desc to the home node if
the allocated one is not correct, in create_irq_nr().

( This can happen on devices that are on different nodes that
  are using MSI, when drivers are loaded and unloaded randomly. )

v2: fix non-smp build
v3: add NUMA_IRQ_DESC to eliminate #ifdefs

[ Impact: improve irq descriptor locality on NUMA systems ]

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
LKML-Reference: <49F95EAE.2050903@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig
arch/x86/kernel/apic/io_apic.c
include/linux/irq.h
kernel/irq/Makefile