diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-08-08 10:49:29 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-08-26 15:31:55 +0200 |
commit | 43d309390349010cd384ab5a0feebf16b03b9a94 (patch) | |
tree | 679de335ae83b76ea9feefbcfcb535176b4f918c /drivers/hwmon/lm77.c | |
parent | 7848ea79025d07a5b35bfebb700f11999e5be69e (diff) | |
download | linux-43d309390349010cd384ab5a0feebf16b03b9a94.tar.bz2 |
MIPS: BMIPS: Fix compilation for BMIPS5000
Commit 02b849f7613003fe5f9e58bf233d49b0ebd4a5e8 ("MIPS: Get rid of the
use of .macro in C code.") replaced the macro usage but missed
the accessors in bmips.h, causing the following build error:
CC arch/mips/kernel/smp-bmips.o
{standard input}: Assembler messages:
{standard input}:951: Error: Unrecognized opcode `_ssnop'
{standard input}:952: Error: Unrecognized opcode `_ssnop'
(...)
make[6]: *** [arch/mips/kernel/smp-bmips.o] Error 1
Fix by rewriting the inline assembler using existing inline functions.
The generated code should stay unchanged.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/5644/
Reviewed-by: Jonas Gorski <jogo@openwrt.org>
Diffstat (limited to 'drivers/hwmon/lm77.c')
0 files changed, 0 insertions, 0 deletions