From: David Daney Date: Tue, 27 Jan 2009 17:53:22 +0000 (-0800) Subject: cpumask fallout: Initialize irq_default_affinity earlier X-Git-Tag: v2.6.29-rc3~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97179fd46da7ddedd18e95388130ed3e06c5a0c7;p=pandora-kernel.git cpumask fallout: Initialize irq_default_affinity earlier Move the initialization of irq_default_affinity to early_irq_init as core_initcall is too late. irq_default_affinity can be used in init_IRQ and potentially timer and SMP init as well. All of these happen before core_initcall. Moving the initialization to early_irq_init ensures that it is initialized before it is used. Signed-off-by: David Daney Acked-by: Mike Travis Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed