commit | 5cf6c541f5b3902bdcc2d311d70f8e730aaff1be | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Tue Feb 28 16:58:53 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Feb 28 20:53:43 2006 -0800 |
tree | 2298029c0e4d0e40853983d4e8f88627bb564947 | |
parent | ec72070b1201203387e0c32a23ed17e35a24b170 [diff] |
[PATCH] x86 microcode driver vs hotplug CPUs. This driver loops over 'num_online_cpus', but it doesn't account for holes in the online map created by offlined cpus, and assumes that the cpu numbers stay linear. Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>