From: Dimitri Sivanich Date: Fri, 5 Mar 2010 17:42:03 +0000 (-0600) Subject: x86: Improve Intel microcode loader performance X-Git-Tag: v2.6.35-rc1~511^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=938179b4f8cf8a4f11234ebf2dff2eb48400acfe;p=pandora-kernel.git x86: Improve Intel microcode loader performance We've noticed that on large SGI UV system configurations, running microcode.ctl can take very long periods of time. This is due to the large number of vmalloc/vfree calls made by the Intel generic_load_microcode() logic. By reusing allocated space, the following patch reduces the time to run microcode.ctl on a 1024 cpu system from approximately 80 seconds down to 1 or 2 seconds. Signed-off-by: Dimitri Sivanich Acked-by: Dmitry Adamushko Cc: Avi Kivity Cc: Bill Davidsen LKML-Reference: <20100305174203.GA19638@sgi.com> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed