]> git.baikalelectronics.ru Git - kernel.git/commit
x86/microcode_intel_lib.c: Early update ucode on Intel's CPU
authorFenghua Yu <fenghua.yu@intel.com>
Fri, 21 Dec 2012 07:44:26 +0000 (23:44 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 31 Jan 2013 21:19:14 +0000 (13:19 -0800)
commit0a15d6d696770d206f60fbaf0d5bcf671d5cbc63
tree0d6607d4255d0a93b0b216773ab81baded122a49
parent2e37cb4f282b44025a05b0789c19f419cd97081a
x86/microcode_intel_lib.c: Early update ucode on Intel's CPU

Define interfaces microcode_sanity_check() and get_matching_microcode(). They
are called both in early boot time and in microcode Intel driver.

Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Link: http://lkml.kernel.org/r/1356075872-3054-7-git-send-email-fenghua.yu@intel.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/kernel/microcode_intel_lib.c [new file with mode: 0644]