x86, mtrr: remove mtrr MSRs double declaration
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Thu, 14 May 2009 06:51:54 +0000 (12:21 +0530)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 15 May 2009 14:49:01 +0000 (07:49 -0700)
commit654ac05801ae806661c8fdeb3b5c420a31cbc5b1
tree558e452d83b9c02b5b0b9ab86eb5024c4f0ec9f5
parent7d9d55e449089df8463bca2045d702ae6cda64a2
x86, mtrr: remove mtrr MSRs double declaration

Removed MTRR MSR from mtrr/mtrr.h as these are already declared in
msr-index.h and nobody is using them:
 MTRRfix16K_A0000_MSR
 MTRRfix4K_C8000_MSR
 MTRRfix4K_D0000_MSR
 MTRRfix4K_D8000_MSR
 MTRRfix4K_E0000_MSR
 MTRRfix4K_E8000_MSR
 MTRRfix4K_F0000_MSR
 MTRRfix4K_F8000_MSR

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>
arch/x86/kernel/cpu/mtrr/mtrr.h