diff options
author | Paul Burton <paul.burton@imgtec.com> | 2017-03-30 14:52:15 -0700 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-04-12 13:52:21 +0200 |
commit | 33679a50370db9aa1a3f0cdf5f70c1c07236a4b2 (patch) | |
tree | 30e6093a72f712b909b8f42d6c267fc925288679 /drivers/cpufreq | |
parent | 828d1e4e98654e2284496e2fd7f9605ba04ef02a (diff) | |
download | linux-stable-33679a50370db9aa1a3f0cdf5f70c1c07236a4b2.tar.gz linux-stable-33679a50370db9aa1a3f0cdf5f70c1c07236a4b2.tar.bz2 linux-stable-33679a50370db9aa1a3f0cdf5f70c1c07236a4b2.zip |
MIPS: uasm: Remove needless ISA abstraction
We always either target MIPS32/MIPS64 or microMIPS, and always include
one & only one of uasm-mips.c or uasm-micromips.c. Therefore the
abstraction of the ISA in asm/uasm.h declaring functions for either ISA
is redundant & needless. Remove it to simplify the code.
This is largely the result of the following:
:%s/ISAOPC(\(.\{-}\))/uasm_i##\1/
:%s/ISAFUNC(\(.\{-}\))/\1/
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: Paul Burton <paul.burton@imgtec.com>
Patchwork: https://patchwork.linux-mips.org/patch/15844/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/cpufreq')
0 files changed, 0 insertions, 0 deletions