OSDN Git Service

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)
commite666dfa273db1b12711eaec91facac5fec2ec851
tree0d6607d4255d0a93b0b216773ab81baded122a49
parenta8ebf6d1d6971b90a20f5bd0465e6d520377e33b
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]