projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d49e35
)
x86 mtrr: fix comment typo in mtrr_bp_init
author
Olaf Hering
<olaf@aepfle.de>
Thu, 6 Dec 2012 20:16:11 +0000
(21:16 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 7 Dec 2012 10:19:19 +0000
(11:19 +0100)
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/x86/kernel/cpu/mtrr/main.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/cpu/mtrr/main.c
b/arch/x86/kernel/cpu/mtrr/main.c
index 6b96110bb0c33078bdc05de2b727fc5bcb03eb71..b5a0fd891d73c0efe26dee87482bde21dda0185b 100644
(file)
--- a/
arch/x86/kernel/cpu/mtrr/main.c
+++ b/
arch/x86/kernel/cpu/mtrr/main.c
@@
-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 to
o
when they extend the address
* bus of the Xeon.
*/
if (cpuid_eax(0x80000000) >= 0x80000008) {