]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: nmi_32.c cleanup - use for_each_online_cpu helper
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 24 May 2008 15:36:39 +0000 (19:36 +0400)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 25 May 2008 20:32:51 +0000 (22:32 +0200)
commit7c2ba83f9a479eee6f302147767a30f3187fbd4b
treed22bc8631427089a9cad12699b6e8edbd2423221
parent96f9dcb10755e96eae706b9e869c0dc25adb3d74
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 <gorcunov@gmail.com>
Cc: hpa@zytor.com
Cc: mingo@redhat.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/nmi_32.c