From: Eric W. Biederman Date: Sat, 9 Aug 2008 22:09:02 +0000 (-0700) Subject: x86: Restore proper vector locking during cpu hotplug X-Git-Tag: v2.6.27-rc3~51^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d388e5fdc461344d04307a3fa83862b9ed429647;p=pandora-kernel.git x86: Restore proper vector locking during cpu hotplug Having cpu_online_map change during assign_irq_vector can result in some really nasty and weird things happening. The one that bit me last time was accessing non existent per cpu memory for non existent cpus. This locking was removed in a sloppy x86_64 and x86_32 merge patch. Guys can we please try and avoid subtly breaking x86 when we are merging files together? Signed-off-by: Eric W. Biederman Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed