projects
/
GitHub
/
moto-9609
/
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:
772be89
)
x86: Fix printk message typo in mtrr cleanup code
author
Dave Jones
<davej@redhat.com>
Mon, 2 Nov 2009 00:27:05 +0000
(19:27 -0500)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 2 Nov 2009 07:36:18 +0000
(08:36 +0100)
Trivial typo.
Signed-off-by: Dave Jones <davej@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/cpu/mtrr/cleanup.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/cpu/mtrr/cleanup.c
b/arch/x86/kernel/cpu/mtrr/cleanup.c
index 315738c74aad519b7d7e31d8e5a1d004bcf0a265..73c86db5acbebacbbb5a58d9603237fd916d80f2 100644
(file)
--- a/
arch/x86/kernel/cpu/mtrr/cleanup.c
+++ b/
arch/x86/kernel/cpu/mtrr/cleanup.c
@@
-846,7
+846,7
@@
int __init mtrr_cleanup(unsigned address_bits)
sort(range, nr_range, sizeof(struct res_range), cmp_range, NULL);
range_sums = sum_ranges(range, nr_range);
- printk(KERN_INFO "total RAM cover
r
ed: %ldM\n",
+ printk(KERN_INFO "total RAM covered: %ldM\n",
range_sums >> (20 - PAGE_SHIFT));
if (mtrr_chunk_size && mtrr_gran_size) {