On Thu, May 30, 2013 at 8:31 PM, tip-bot for Jacob Shin <[email protected]> wrote: > Commit-ID: 757885e94a22bcc82beb9b1445c95218cb20ceab > Gitweb: http://git.kernel.org/tip/757885e94a22bcc82beb9b1445c95218cb20ceab > Author: Jacob Shin <[email protected]> > AuthorDate: Thu, 30 May 2013 14:09:19 -0500 > Committer: H. Peter Anvin <[email protected]> > CommitDate: Thu, 30 May 2013 20:19:25 -0700 > > x86, microcode, amd: Early microcode patch loading support for AMD > > Add early microcode patch loading support for AMD. > > Signed-off-by: Jacob Shin <[email protected]> > Link: > http://lkml.kernel.org/r/[email protected] > Signed-off-by: H. Peter Anvin <[email protected]> > Cc: Fenghua Yu <[email protected]> > --- > Documentation/x86/early-microcode.txt | 11 +- > arch/x86/Kconfig | 14 ++- > arch/x86/include/asm/microcode_amd.h | 14 +++ > arch/x86/kernel/Makefile | 1 + > arch/x86/kernel/microcode_amd.c | 22 ++++ > arch/x86/kernel/microcode_amd_early.c | 222 > +++++++++++++++++++++++++++++++++ > arch/x86/kernel/microcode_core_early.c | 43 ++++++- > 7 files changed, 310 insertions(+), 17 deletions(-) >
WARNING: arch/x86/kernel/built-in.o(.cpuinit.text+0x7115): Section mismatch in reference from the function load_ucode_amd_ap() to the function .init.text:find_ucode_in_initrd() The function __cpuinit load_ucode_amd_ap() references a function __init find_ucode_in_initrd(). If find_ucode_in_initrd is only used by load_ucode_amd_ap then annotate find_ucode_in_initrd with a matching annotation. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

