]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] x86 microcode driver vs hotplug CPUs.
authorDave Jones <davej@redhat.com>
Wed, 1 Mar 2006 00:58:53 +0000 (16:58 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 1 Mar 2006 04:53:43 +0000 (20:53 -0800)
commit5cf6c541f5b3902bdcc2d311d70f8e730aaff1be
tree2298029c0e4d0e40853983d4e8f88627bb564947
parentec72070b1201203387e0c32a23ed17e35a24b170
[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>
arch/i386/kernel/microcode.c