projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80e8bd2
)
MIPS: R3000: Remove redundant parentheses
author
Isamu Mogi
<isamu@leafytree.jp>
Thu, 30 Oct 2014 13:07:38 +0000
(22:07 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 24 Nov 2014 06:45:01 +0000
(07:45 +0100)
Signed-off-by: Isamu Mogi <isamu@leafytree.jp>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/8292/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lib/r3k_dump_tlb.c
patch
|
blob
|
history
diff --git
a/arch/mips/lib/r3k_dump_tlb.c
b/arch/mips/lib/r3k_dump_tlb.c
index
c97bb70
..
975a138
100644
(file)
--- a/
arch/mips/lib/r3k_dump_tlb.c
+++ b/
arch/mips/lib/r3k_dump_tlb.c
@@
-44,7
+44,7
@@
static void dump_tlb(int first, int last)
printk("va=%08lx asid=%08lx"
" [pa=%06lx n=%d d=%d v=%d g=%d]",
-
(entryhi & PAGE_MASK)
,
+
entryhi & PAGE_MASK
,
entryhi & ASID_MASK,
entrylo0 & PAGE_MASK,
(entrylo0 & (1 << 11)) ? 1 : 0,