Searched hist:ccf85c744275de0ba40beff0bf9206a094f12e62 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/mips/mm/ |
H A D | uasm-micromips.c | diff ccf85c744275de0ba40beff0bf9206a094f12e62 Thu Dec 07 01:14:17 CST 2017 James Hogan <jhogan@kernel.org> MIPS: mm: Fix duplicate "const" on insn_table_MM
Fix the following gcc 7.x build error on microMIPS builds:
arch/mips/mm/uasm-micromips.c:43:26: error: duplicate ‘const’ declaration specifier [-Werror=duplicate-decl-specifier] static const struct insn const insn_table_MM[insn_invalid] = { ^~~~~
The same issue has already been fixed in uasm-mips by commit 00e06297b351 ("MIPS: mm: remove duplicate "const" qualifier on insn_table").
Signed-off-by: James Hogan <jhogan@kernel.org> Fixes: ce807d5f67ed ("MIPS: Optimize uasm insn lookup.") Cc: David Daney <david.daney@cavium.com> Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/17889/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|