Browse Source

MIPS: Remove remnants of UASM_ISA

Commit 33679a50370d ("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>
Paul Burton 7 năm trước cách đây
mục cha
commit
22f20a1103
2 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 1
      arch/mips/mm/uasm-micromips.c
  2. 0 1
      arch/mips/mm/uasm-mips.c

+ 0 - 1
arch/mips/mm/uasm-micromips.c

@@ -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

+ 0 - 1
arch/mips/mm/uasm-mips.c

@@ -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