All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: traps: remove unused variable
@ 2015-12-04 11:41 Tony Wu
  0 siblings, 0 replies; only message in thread
From: Tony Wu @ 2015-12-04 11:41 UTC (permalink / raw)
  To: ralf; +Cc: linux-mips

flags is indeed unused.

Signed-off-by: Tony Wu <tung7970@gmail.com>

diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c
index e1c0203..ed1b356 100644
--- a/arch/mips/kernel/traps.c
+++ b/arch/mips/kernel/traps.c
@@ -1401,7 +1401,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();

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-12-04 11:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-04 11:41 [PATCH] MIPS: traps: remove unused variable Tony Wu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.