Skip to content

Commit

Permalink
x86 mtrr: fix comment typo in mtrr_bp_init
Browse files Browse the repository at this point in the history
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Olaf Hering authored and Jiri Kosina committed Dec 7, 2012
1 parent 6d49e35 commit 4319eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/cpu/mtrr/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ void __init mtrr_bp_init(void)

/*
* This is an AMD specific MSR, but we assume(hope?) that
* Intel will implement it to when they extend the address
* Intel will implement it too when they extend the address
* bus of the Xeon.
*/
if (cpuid_eax(0x80000000) >= 0x80000008) {
Expand Down

0 comments on commit 4319eb4

Please sign in to comment.