Skip to content

Commit

Permalink
MIPS: Remove remnants of UASM_ISA
Browse files Browse the repository at this point in the history
Commit 33679a5 ("MIPS: uasm: Remove needless ISA abstraction")
removed use of the MIPS_ISA preprocessor macro, but left a couple of
unused definitions of it behind.

Remove the dead code.

Signed-off-by: Paul Burton <paul.burton@mips.com>
  • Loading branch information
Paul Burton committed Aug 9, 2018
1 parent 02eec6c commit 22f20a1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion arch/mips/mm/uasm-micromips.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <asm/inst.h>
#include <asm/elf.h>
#include <asm/bugs.h>
#define UASM_ISA _UASM_ISA_MICROMIPS
#include <asm/uasm.h>

#define RS_MASK 0x1f
Expand Down
1 change: 0 additions & 1 deletion arch/mips/mm/uasm-mips.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#include <asm/inst.h>
#include <asm/elf.h>
#include <asm/bugs.h>
#define UASM_ISA _UASM_ISA_CLASSIC
#include <asm/uasm.h>

#define RS_MASK 0x1f
Expand Down

0 comments on commit 22f20a1

Please sign in to comment.