From: Yinghai Lu Date: Tue, 28 Apr 2009 01:00:38 +0000 (-0700) Subject: x86/irq: change irq_desc_alloc() to take node instead of cpu X-Git-Tag: v2.6.31-rc1~423^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85ac16d033370caf6f48d743c8dc8103700f5cc5;p=pandora-kernel.git x86/irq: change irq_desc_alloc() to take node instead of cpu This simplifies the node awareness of the code. All our allocators only deal with a NUMA node ID locality not with CPU ids anyway - so there's no need to maintain (and transform) a CPU id all across the IRq layer. v2: keep move_irq_desc related [ Impact: cleanup, prepare IRQ code to be NUMA-aware ] Signed-off-by: Yinghai Lu Cc: Andrew Morton Cc: Suresh Siddha Cc: "Eric W. Biederman" Cc: Rusty Russell Cc: Jeremy Fitzhardinge LKML-Reference: <49F65536.2020300@kernel.org> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed