diff options
author | Paul Burton <paul.burton@mips.com> | 2018-08-09 14:43:42 -0700 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2018-08-09 14:45:00 -0700 |
commit | 22f20a110321efb7cde3e87ae99862e1036ca285 (patch) | |
tree | 2c8f9d55f3d5bf7e6ca2c8cddd9f7572cb013497 /arch/mips/mm | |
parent | 02eec6c9fc0cb13169cc97a6139771768791f92b (diff) | |
download | linux-22f20a110321efb7cde3e87ae99862e1036ca285.tar.gz linux-22f20a110321efb7cde3e87ae99862e1036ca285.tar.bz2 linux-22f20a110321efb7cde3e87ae99862e1036ca285.zip |
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>
Diffstat (limited to 'arch/mips/mm')
-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 @@ #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 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 @@ #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 |