Remove dead code which was causing warnings.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2005-06-07 11:39:57 +00:00
parent d5b6f1db5d
commit 478489dd2c

View File

@@ -1010,8 +1010,6 @@ do { \
#define wrdsp(val, mask) \ #define wrdsp(val, mask) \
do { \ do { \
unsigned int __res; \
\
__asm__ __volatile__( \ __asm__ __volatile__( \
" .set push \n" \ " .set push \n" \
" .set noat \n" \ " .set noat \n" \
@@ -1021,7 +1019,6 @@ do { \
" .set pop \n" \ " .set pop \n" \
: \ : \
: "r" (val), "i" (mask)); \ : "r" (val), "i" (mask)); \
__res; \
} while (0) } while (0)
#if 0 /* Need DSP ASE capable assembler ... */ #if 0 /* Need DSP ASE capable assembler ... */