diff options
author | Paul Burton <paul.burton@mips.com> | 2018-08-09 17:43:42 -0400 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2018-08-09 17:45:00 -0400 |
commit | 22f20a110321efb7cde3e87ae99862e1036ca285 (patch) | |
tree | 2c8f9d55f3d5bf7e6ca2c8cddd9f7572cb013497 | |
parent | 02eec6c9fc0cb13169cc97a6139771768791f92b (diff) |
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>
-rw-r--r-- | arch/mips/mm/uasm-micromips.c | 1 | ||||
-rw-r--r-- | arch/mips/mm/uasm-mips.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/mm/uasm-micromips.c b/arch/mips/mm/uasm-micromips.c index 9bb6baa45da3..24e5b0d06899 100644 --- a/arch/mips/mm/uasm-micromips.c +++ b/arch/mips/mm/uasm-micromips.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <asm/inst.h> | 19 | #include <asm/inst.h> |
20 | #include <asm/elf.h> | 20 | #include <asm/elf.h> |
21 | #include <asm/bugs.h> | 21 | #include <asm/bugs.h> |
22 | #define UASM_ISA _UASM_ISA_MICROMIPS | ||
23 | #include <asm/uasm.h> | 22 | #include <asm/uasm.h> |
24 | 23 | ||
25 | #define RS_MASK 0x1f | 24 | #define RS_MASK 0x1f |
diff --git a/arch/mips/mm/uasm-mips.c b/arch/mips/mm/uasm-mips.c index 9fea6c6bbf49..60ceb93c71a0 100644 --- a/arch/mips/mm/uasm-mips.c +++ b/arch/mips/mm/uasm-mips.c | |||
@@ -19,7 +19,6 @@ | |||
19 | #include <asm/inst.h> | 19 | #include <asm/inst.h> |
20 | #include <asm/elf.h> | 20 | #include <asm/elf.h> |
21 | #include <asm/bugs.h> | 21 | #include <asm/bugs.h> |
22 | #define UASM_ISA _UASM_ISA_CLASSIC | ||
23 | #include <asm/uasm.h> | 22 | #include <asm/uasm.h> |
24 | 23 | ||
25 | #define RS_MASK 0x1f | 24 | #define RS_MASK 0x1f |