Commit 201233e6 authored by Tony Wu's avatar Tony Wu Committed by Ralf Baechle

MIPS: traps: remove unused variable

flags is indeed unused.
Signed-off-by: default avatarTony Wu <tung7970@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11699/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 1e820da3
......@@ -1353,7 +1353,6 @@ asmlinkage void do_cpu(struct pt_regs *regs)
unsigned long fcr31;
unsigned int cpid;
int status, err;
unsigned long __maybe_unused flags;
int sig;
prev_state = exception_enter();
......
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