]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86, microcode, amd: Refactor functions to prepare for early loading
authorJacob Shin <jacob.shin@amd.com>
Thu, 30 May 2013 19:09:18 +0000 (14:09 -0500)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 31 May 2013 03:19:25 +0000 (20:19 -0700)
commita76096a6571d5389376753c2e18b30a9791fa072
tree1ca270330019b9d46ad6f499a7fa5bb69f56ba40
parentf2b3ee820a9f2368d7f8842ad7da062dfe86e199
x86, microcode, amd: Refactor functions to prepare for early loading

In preparation work for early loading, refactor some common functions
that will be shared, and move some struct defines to a common header file.

Signed-off-by: Jacob Shin <jacob.shin@amd.com>
Link: http://lkml.kernel.org/r/1369940959-2077-4-git-send-email-jacob.shin@amd.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Cc: Fenghua Yu <fenghua.yu@intel.com>
arch/x86/include/asm/microcode_amd.h [new file with mode: 0644]
arch/x86/kernel/microcode_amd.c