From: Yinghai Lu Date: Tue, 28 Apr 2009 00:58:23 +0000 (-0700) Subject: x86/irq: remove leftover code from NUMA_MIGRATE_IRQ_DESC X-Git-Tag: v2.6.31-rc1~423^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcef5911c7ea89b80d5bfc727f402f37c9eefd57;p=pandora-kernel.git 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 Cc: Andrew Morton Cc: Suresh Siddha Cc: "Eric W. Biederman" Cc: Rusty Russell LKML-Reference: <49F654AF.8000808@kernel.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed