Commit 478489dd authored by Ralf Baechle's avatar Ralf Baechle

Remove dead code which was causing warnings.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent d5b6f1db
...@@ -1010,8 +1010,6 @@ do { \ ...@@ -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 { \ ...@@ -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 ... */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment