[PATCH 1/3] mips: remove unused variable

Sascha Hauer s.hauer at pengutronix.de
Wed Oct 17 16:20:32 EDT 2012


Signed-off-by: Sascha Hauer <s.hauer at pengutronix.de>
---
 arch/mips/include/asm/mipsregs.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/mips/include/asm/mipsregs.h b/arch/mips/include/asm/mipsregs.h
index 87c48ed..608f19b 100644
--- a/arch/mips/include/asm/mipsregs.h
+++ b/arch/mips/include/asm/mipsregs.h
@@ -566,7 +566,6 @@ do {									\
 #define __read_64bit_c0_split(source, sel)				\
 ({									\
 	unsigned long long __val;					\
-	unsigned long __flags;						\
 									\
 	if (sel == 0)							\
 		__asm__ __volatile__(					\
@@ -592,8 +591,6 @@ do {									\
 
 #define __write_64bit_c0_split(source, sel, val)			\
 do {									\
-	unsigned long __flags;						\
-									\
 	if (sel == 0)							\
 		__asm__ __volatile__(					\
 			".set\tmips64\n\t"				\
-- 
1.7.10.4




More information about the barebox mailing list