diff options
author | Andreas Herrmann <andreas.herrmann3@amd.com> | 2008-12-16 19:16:34 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-16 19:58:04 +0100 |
commit | 29d0887ffd084cde9d6a1286cb82b71701a974dd (patch) | |
tree | ec4f694a3e1ecf8cf8980971a927b745d722d520 /arch/x86/include/asm | |
parent | 0657d9ebff186dcdb17e582dcb909028775a7707 (diff) | |
download | blackbird-op-linux-29d0887ffd084cde9d6a1286cb82b71701a974dd.tar.gz blackbird-op-linux-29d0887ffd084cde9d6a1286cb82b71701a974dd.zip |
x86: microcode_amd: replace inline asm by common rdmsr/wrmsr functions
Impact: cleanup
Signed-off-by: Andreas Herrmann <andreas.herrmann3@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/msr-index.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h index e38859d577a1..cb58643947b9 100644 --- a/arch/x86/include/asm/msr-index.h +++ b/arch/x86/include/asm/msr-index.h @@ -85,7 +85,9 @@ /* AMD64 MSRs. Not complete. See the architecture manual for a more complete list. */ +#define MSR_AMD64_PATCH_LEVEL 0x0000008b #define MSR_AMD64_NB_CFG 0xc001001f +#define MSR_AMD64_PATCH_LOADER 0xc0010020 #define MSR_AMD64_IBSFETCHCTL 0xc0011030 #define MSR_AMD64_IBSFETCHLINAD 0xc0011031 #define MSR_AMD64_IBSFETCHPHYSAD 0xc0011032 |