From: Cyrill Gorcunov Date: Sat, 24 May 2008 15:36:39 +0000 (+0400) Subject: x86: nmi_32.c cleanup - use for_each_online_cpu helper X-Git-Tag: v2.6.27-rc1~1106^2~245^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c2ba83f9a479eee6f302147767a30f3187fbd4b;p=pandora-kernel.git x86: nmi_32.c cleanup - use for_each_online_cpu helper Since cpu_online_map is touched (by for_each_online_cpu) at moment when cpu_callin_map is already filled up we can get rid of its checking at all Signed-off-by: Cyrill Gorcunov Cc: hpa@zytor.com Cc: mingo@redhat.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed