From: Mike Travis Date: Wed, 17 Dec 2008 01:33:58 +0000 (-0800) Subject: x86: fixup_irqs() doesnt need an argument. X-Git-Tag: v2.6.29-rc1~538^2~21^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b381bb7b1ad69ff008ea063d26e988b686c8de;p=pandora-kernel.git x86: fixup_irqs() doesnt need an argument. Impact: cleanup, remove on-stack cpumask. The "map" arg is always cpu_online_mask. Importantly, set_affinity always ands the argument with cpu_online_mask anyway, so we don't need to do it in fixup_irqs(), avoiding a temporary. Signed-off-by: Rusty Russell Signed-off-by: Mike Travis --- Reading git-diff-tree failed