Skip to content

Commit

Permalink
[PATCH] x86_64: Fix incorrectly defined MSR_K8_SYSCFG
Browse files Browse the repository at this point in the history
Harmless because the kernel didn't use it.  Noticed by Travis Betak

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Jul 29, 2005
1 parent ca4e6b7 commit 17158d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-x86_64/msr.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ extern inline unsigned int cpuid_edx(unsigned int op)
#define MSR_K7_PERFCTR3 0xC0010007
#define MSR_K8_TOP_MEM1 0xC001001A
#define MSR_K8_TOP_MEM2 0xC001001D
#define MSR_K8_SYSCFG 0xC0000010
#define MSR_K8_SYSCFG 0xC0010010

/* K6 MSRs */
#define MSR_K6_EFER 0xC0000080
Expand Down

0 comments on commit 17158d1

Please sign in to comment.