Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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();