x86: remove vector_lock around cpu_online_map
commitfc25da9ec6c910976b76c70f7604a838679f75b2
authorGlauber Costa <gcosta@redhat.com>
Mon, 3 Mar 2008 17:13:04 +0000 (3 14:13 -0300)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 15:40:56 +0000 (17 17:40 +0200)
tree5bcf4c5fe59de6a27367c55948c7553938b43bc3
parent70708a18e834fd709a4f497bb419ec84d1eb3511
x86: remove vector_lock around cpu_online_map

This lock does not protect cpu_online_map, so its
length can be shortened, and in some cases, removed.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smpboot_64.c