aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips/mipsregs.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-06-07 07:39:57 -0400
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 14:31:19 -0400
commit478489dd2c94627ca3338368f5e1bcd71639ae00 (patch)
tree90423130fba1704f3613d11ddf95549dbb2a5da1 /include/asm-mips/mipsregs.h
parentd5b6f1db5d5a7ba3f2271e5018db7c8c5c4eeea1 (diff)
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 { \
1010 1010
1011#define wrdsp(val, mask) \ 1011#define wrdsp(val, mask) \
1012do { \ 1012do { \
1013 unsigned int __res; \
1014 \
1015 __asm__ __volatile__( \ 1013 __asm__ __volatile__( \
1016 " .set push \n" \ 1014 " .set push \n" \
1017 " .set noat \n" \ 1015 " .set noat \n" \
@@ -1021,7 +1019,6 @@ do { \
1021 " .set pop \n" \ 1019 " .set pop \n" \
1022 : \ 1020 : \
1023 : "r" (val), "i" (mask)); \ 1021 : "r" (val), "i" (mask)); \
1024 __res; \
1025} while (0) 1022} while (0)
1026 1023
1027#if 0 /* Need DSP ASE capable assembler ... */ 1024#if 0 /* Need DSP ASE capable assembler ... */