aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mipsregs.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-06-07 11:39:57 +0000
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 19:31:19 +0100
commit478489dd2c94627ca3338368f5e1bcd71639ae00 (patch)
tree90423130fba1704f3613d11ddf95549dbb2a5da1 /include/asm-mips/mipsregs.h
parentFor MIPS32/MIPS64 cp0.config.mt == 1 implies a standard (R4k-style) (diff)
downloadlinux-dev-478489dd2c94627ca3338368f5e1bcd71639ae00.tar.xz
linux-dev-478489dd2c94627ca3338368f5e1bcd71639ae00.zip
Remove dead code which was causing warnings.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/mipsregs.h')
-rw-r--r--include/asm-mips/mipsregs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-mips/mipsregs.h b/include/asm-mips/mipsregs.h
index 1fad6ec1daa0..870717391a93 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 ... */