Skip to content

Commit

Permalink
Remove dead code which was causing warnings.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent d5b6f1d commit 478489d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/asm-mips/mipsregs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1010,8 +1010,6 @@ do { \

#define wrdsp(val, mask) \
do { \
unsigned int __res; \
\
__asm__ __volatile__( \
" .set push \n" \
" .set noat \n" \
Expand All @@ -1021,7 +1019,6 @@ do { \
" .set pop \n" \
: \
: "r" (val), "i" (mask)); \
__res; \
} while (0)

#if 0 /* Need DSP ASE capable assembler ... */
Expand Down

0 comments on commit 478489d

Please sign in to comment.