]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit - arch/x86/kernel/cpu/microcode/core.c
x86/microcode_intel.h: Define functions and macros for early loading ucode
authorFenghua Yu <fenghua.yu@intel.com>
Fri, 21 Dec 2012 07:44:22 +0000 (23:44 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 31 Jan 2013 21:18:50 +0000 (13:18 -0800)
commit9cd4d78e21cfdc709b1af516214ec4f69ee0e6bd
treeb0ef02c28868fabf5ac8372c4078819d375b9ee4
parent0d91ea86a895b911fd7d999acb3f600706d9c8cd
x86/microcode_intel.h: Define functions and macros for early loading ucode

Define some functions and macros that will be used in early loading ucode. Some
of them are moved from microcode_intel.c driver in order to be called in early
boot phase before module can be called.

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