projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1aed61f
)
powerpc/mm: Fix typo in radix encodings print
author
Balbir Singh
<bsingharora@gmail.com>
Sat, 5 Nov 2016 04:24:22 +0000
(15:24 +1100)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 17 Nov 2016 06:11:45 +0000
(17:11 +1100)
Rename "sift" to "shift".
Signed-off-by: Balbir Singh <bsingharora@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/mm/pgtable-radix.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/mm/pgtable-radix.c
b/arch/powerpc/mm/pgtable-radix.c
index
ed7bddc
..
525c36e
100644
(file)
--- a/
arch/powerpc/mm/pgtable-radix.c
+++ b/
arch/powerpc/mm/pgtable-radix.c
@@
-248,7
+248,7
@@
static int __init radix_dt_scan_page_sizes(unsigned long node,
/* top 3 bit is AP encoding */
shift = be32_to_cpu(prop[0]) & ~(0xe << 28);
ap = be32_to_cpu(prop[0]) >> 29;
- pr_info("Page size sift = %d AP=0x%x\n", shift, ap);
+ pr_info("Page size s
h
ift = %d AP=0x%x\n", shift, ap);
idx = get_idx_from_shift(shift);
if (idx < 0)