提交 c838abc5 编写于 作者: W Wu Zhangjin 提交者: Ralf Baechle

MIPS: Oprofile: Loongson: Remove useless parentheses

Signed-off-by: NWu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/1201/Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 86e5a520
......@@ -66,7 +66,7 @@ static void loongson2_reg_setup(struct op_counter_config *cfg)
if (cfg[1].enabled) {
ctrl |= LOONGSON2_PERFCTRL_EVENT(1, cfg[1].event);
reg.reset_counter2 = (0x80000000ULL - cfg[1].count);
reg.reset_counter2 = 0x80000000ULL - cfg[1].count;
}
if (cfg[0].enabled || cfg[1].enabled) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册