diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-05-14 02:40:43 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-05-15 10:49:00 -0400 |
commit | a036c7a358cc9d7ed28a188480b9a4d709e09b24 (patch) | |
tree | 0e8bf833e93888d4f35cec4b06769f715569db56 /arch/x86/kernel/cpu/mtrr/mtrr.h | |
parent | d9bcc01d58d18ed287091707b0b45c6ac888a11a (diff) |
x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000
Use standard msr-index.h's MSR declaration and no need to declare again.
[ Impact: cleanup, no object code change ]
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/kernel/cpu/mtrr/mtrr.h')
-rw-r--r-- | arch/x86/kernel/cpu/mtrr/mtrr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/mtrr/mtrr.h b/arch/x86/kernel/cpu/mtrr/mtrr.h index 5d37fb145233..7f23caede71b 100644 --- a/arch/x86/kernel/cpu/mtrr/mtrr.h +++ b/arch/x86/kernel/cpu/mtrr/mtrr.h | |||
@@ -7,7 +7,6 @@ | |||
7 | 7 | ||
8 | #define MTRRdefType_MSR 0x2ff | 8 | #define MTRRdefType_MSR 0x2ff |
9 | 9 | ||
10 | #define MTRRfix64K_00000_MSR 0x250 | ||
11 | #define MTRRfix16K_80000_MSR 0x258 | 10 | #define MTRRfix16K_80000_MSR 0x258 |
12 | #define MTRRfix16K_A0000_MSR 0x259 | 11 | #define MTRRfix16K_A0000_MSR 0x259 |
13 | #define MTRRfix4K_C0000_MSR 0x268 | 12 | #define MTRRfix4K_C0000_MSR 0x268 |