commit | 7c2ba83f9a479eee6f302147767a30f3187fbd4b | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Sat May 24 19:36:39 2008 +0400 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sun May 25 22:32:51 2008 +0200 |
tree | d22bc8631427089a9cad12699b6e8edbd2423221 | |
parent | 96f9dcb10755e96eae706b9e869c0dc25adb3d74 [diff] |
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>