diff options
author | Brian Gerst <brgerst@gmail.com> | 2010-07-17 09:03:26 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-07-22 00:23:05 -0400 |
commit | 8c06585d6431addadd94903843dfbcd315b42d4e (patch) | |
tree | 4d673e4d190361e2d73aa06980601ac57a100b59 /arch/x86/include/asm | |
parent | cd5b8f8755a89a57fc8c408d284b8b613f090345 (diff) |
x86: Remove redundant K6 MSRs
MSR_K6_EFER is unused, and MSR_K6_STAR is redundant with MSR_STAR.
Signed-off-by: Brian Gerst <brgerst@gmail.com>
LKML-Reference: <1279371808-24804-1-git-send-email-brgerst@gmail.com>
Reviewed-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/msr-index.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h index 8c7ae4318629..6068e0e06e00 100644 --- a/arch/x86/include/asm/msr-index.h +++ b/arch/x86/include/asm/msr-index.h | |||
@@ -159,8 +159,6 @@ | |||
159 | #define MSR_K7_FID_VID_STATUS 0xc0010042 | 159 | #define MSR_K7_FID_VID_STATUS 0xc0010042 |
160 | 160 | ||
161 | /* K6 MSRs */ | 161 | /* K6 MSRs */ |
162 | #define MSR_K6_EFER 0xc0000080 | ||
163 | #define MSR_K6_STAR 0xc0000081 | ||
164 | #define MSR_K6_WHCR 0xc0000082 | 162 | #define MSR_K6_WHCR 0xc0000082 |
165 | #define MSR_K6_UWCCR 0xc0000085 | 163 | #define MSR_K6_UWCCR 0xc0000085 |
166 | #define MSR_K6_EPMR 0xc0000086 | 164 | #define MSR_K6_EPMR 0xc0000086 |