Commit 432d9ecb authored by Isamu Mogi's avatar Isamu Mogi Committed by Ralf Baechle

MIPS: R3000: Remove redundant parentheses

Signed-off-by: default avatarIsamu 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: default avatarRalf Baechle <ralf@linux-mips.org>
parent 80e8bd26
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment