]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/x86/kernel/cpu/common.c
x86/common.c: load ucode in 64 bit or show loading ucode info in 32 bit on AP
authorFenghua Yu <fenghua.yu@intel.com>
Fri, 21 Dec 2012 07:44:24 +0000 (23:44 -0800)
committerH. Peter Anvin <hpa@linux.intel.com>
Thu, 31 Jan 2013 21:19:06 +0000 (13:19 -0800)
commite6ebf5deaaaa33b661f0db86380c232b162bd68c
treea90eb68a9a610a47ed6cbdf8a554252c02172b16
parentd288e1cf8e62f3e4034f1f021f047009c4ac0b3c
x86/common.c: load ucode in 64 bit or show loading ucode info in 32 bit on AP

In 64 bit, load ucode on AP in cpu_init().

In 32 bit, show ucode loading info on AP in cpu_init(). Microcode has been
loaded earlier before paging. Now it is safe to show the loading microcode
info on this AP.

Signed-off-by: Fenghua Yu <fenghua.yu@intel.com>
Link: http://lkml.kernel.org/r/1356075872-3054-5-git-send-email-fenghua.yu@intel.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/kernel/cpu/common.c