From: Rusty Russell Date: Wed, 11 Mar 2009 06:02:36 +0000 (+1030) Subject: x86: cpumask: use work_on_cpu in arch/x86/kernel/microcode_core.c X-Git-Tag: v2.6.30-rc1~3^2~6^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af5c820a3169e81af869c113e18ec7588836cd50;p=pandora-kernel.git x86: cpumask: use work_on_cpu in arch/x86/kernel/microcode_core.c Impact: don't play with current's cpumask Straightforward indirection through work_on_cpu(). One change is that the error code from microcode_update_cpu() is now actually plumbed back to microcode_init_cpu(), so now we printk if it fails on cpu hotplug. Signed-off-by: Rusty Russell Cc: Andrew Morton Cc: Dmitry Adamushko Cc: Peter Oruba LKML-Reference: <200903111632.37279.rusty@rustcorp.com.au> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed