提交 478489dd 编写于 作者: R Ralf Baechle

Remove dead code which was causing warnings.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册