]> asedeno.scripts.mit.edu Git - linux.git/commit
MIPS: Remove unused MOVN & MOVZ macros
authorPaul Burton <paul.burton@mips.com>
Mon, 15 Oct 2018 18:33:19 +0000 (18:33 +0000)
committerPaul Burton <paul.burton@mips.com>
Tue, 16 Oct 2018 06:11:12 +0000 (23:11 -0700)
commit7b2d13f2e24002c5113d30993c5297cb4fea1437
treebe08bdea8b298965b7d60e719d408fece1ae7b7b
parent8b656253a7a4526f413f6b5ad0b03e11daa1d62d
MIPS: Remove unused MOVN & MOVZ macros

We have macros in asm/asm.h to allow for use of the MOVN & MOVZ
instructions with compare-and-branch sequences providing compatibility
for ISA versions which don't include those instructions. However the
macros are unused, and appear to have always been unused. Delete the
dead code.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/20909/
Cc: linux-mips@linux-mips.org
arch/mips/include/asm/asm.h