From: Srivatsa S. Bhat Date: Sun, 9 Oct 2011 19:42:00 +0000 (-0400) Subject: x86, microcode: Don't request microcode from userspace unnecessarily X-Git-Tag: v3.2-rc1~140^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70989449daccf545214b4840b112558e25c2b3fc;p=pandora-kernel.git x86, microcode: Don't request microcode from userspace unnecessarily Requesting the microcode from userspace *every time* when onlining CPUs (during a CPU hotplug operation) is unnecessary. Thus, ensure that once the kernel gets the microcode after booting, it is not freed nor invalidated when a CPU goes offline, so that it can be reused when that CPU comes back online, without requesting userspace for it again. As a result, the CPU hotplug operations become faster as well. Signed-off-by: Srivatsa S. Bhat Acked-by: Rafael J. Wysocki Acked-by: Andreas Herrmann Link: http://lkml.kernel.org/r/4E91F908.5010006@linux.vnet.ibm.com Signed-off-by: Borislav Petkov --- Reading git-diff-tree failed