x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000

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>
This commit is contained in:
Jaswinder Singh Rajput
2009-05-14 12:29:25 +05:30
committed by H. Peter Anvin
parent 654ac05801
commit ba5673ff1f
2 changed files with 2 additions and 4 deletions

View File

@@ -7,8 +7,6 @@
#define MTRRdefType_MSR 0x2ff
#define MTRRfix4K_C0000_MSR 0x268
#define MTRR_CHANGE_MASK_FIXED 0x01
#define MTRR_CHANGE_MASK_VARIABLE 0x02
#define MTRR_CHANGE_MASK_DEFTYPE 0x04