x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC
authorYinghai Lu <yinghai@kernel.org>
Tue, 28 Apr 2009 00:58:23 +0000 (17:58 -0700)
committerIngo Molnar <mingo@elte.hu>
Tue, 28 Apr 2009 10:21:15 +0000 (12:21 +0200)
commitfcef5911c7ea89b80d5bfc727f402f37c9eefd57
treee37ad2cda662933b01b2ba6e28e570a18ef1edc2
parent9ec4fa271faf2db3b8e1419c998da1ca6b094eb6
x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC

The original feature of migrating irq_desc dynamic was too fragile
and was causing problems: it caused crashes on systems with lots of
cards with MSI-X when user-space irq-balancer was enabled.

We now have new patches that create irq_desc according to device
numa node. This patch removes the leftover bits of the dynamic balancer.

[ Impact: remove dead code ]

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: <49F654AF.8000808@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig
arch/x86/configs/x86_64_defconfig
arch/x86/kernel/apic/io_apic.c
include/linux/irq.h
kernel/irq/Makefile
kernel/irq/chip.c
kernel/irq/handle.c
kernel/irq/numa_migrate.c