diff options
author | stephane eranian <eranian@googlemail.com> | 2008-03-07 16:05:39 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 11:40:58 -0400 |
commit | 12db648c1518b2627cc983199a97ec6f5d6a1de2 (patch) | |
tree | 01cfae2077d782e3d8509ebc4274f9bf97c87565 /include/asm-x86/msr-index.h | |
parent | 86975101e46ec93be972d8f46715aa6273102545 (diff) |
x86: add AMD Northbridge MSR definition
adds AMD Northbridge config MSR definition
Signed-off-by: Stephane Eranian <eranian@gmail.com>
Signed-off-by: Robert Richter <robert.richter@amd.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/msr-index.h')
-rw-r--r-- | include/asm-x86/msr-index.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/msr-index.h b/include/asm-x86/msr-index.h index fae118a25278..3ed97144c07b 100644 --- a/include/asm-x86/msr-index.h +++ b/include/asm-x86/msr-index.h | |||
@@ -83,6 +83,7 @@ | |||
83 | /* AMD64 MSRs. Not complete. See the architecture manual for a more | 83 | /* AMD64 MSRs. Not complete. See the architecture manual for a more |
84 | complete list. */ | 84 | complete list. */ |
85 | 85 | ||
86 | #define MSR_AMD64_NB_CFG 0xc001001f | ||
86 | #define MSR_AMD64_IBSFETCHCTL 0xc0011030 | 87 | #define MSR_AMD64_IBSFETCHCTL 0xc0011030 |
87 | #define MSR_AMD64_IBSFETCHLINAD 0xc0011031 | 88 | #define MSR_AMD64_IBSFETCHLINAD 0xc0011031 |
88 | #define MSR_AMD64_IBSFETCHPHYSAD 0xc0011032 | 89 | #define MSR_AMD64_IBSFETCHPHYSAD 0xc0011032 |