From 478489dd2c94627ca3338368f5e1bcd71639ae00 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 7 Jun 2005 11:39:57 +0000 Subject: [PATCH] Remove dead code which was causing warnings. Signed-off-by: Ralf Baechle --- include/asm-mips/mipsregs.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h index 1fad6ec..8707173 100644 --- a/include/asm-mips/mipsregs.h +++ b/include/asm-mips/mipsregs.h @@ -1010,8 +1010,6 @@ do { \ #define wrdsp(val, mask) \ do { \ - unsigned int __res; \ - \ __asm__ __volatile__( \ " .set push \n" \ " .set noat \n" \ @@ -1021,7 +1019,6 @@ do { \ " .set pop \n" \ : \ : "r" (val), "i" (mask)); \ - __res; \ } while (0) #if 0 /* Need DSP ASE capable assembler ... */ -- 2.7.4