commit | fc25da9ec6c910976b76c70f7604a838679f75b2 | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Mon Mar 03 14:13:04 2008 -0300 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 17 17:40:56 2008 +0200 |
tree | 5bcf4c5fe59de6a27367c55948c7553938b43bc3 | |
parent | 70708a18e834fd709a4f497bb419ec84d1eb3511 [diff] |
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>