From aced4cbd6e3da7dd71f19d0378d27aa74f76e70b Mon Sep 17 00:00:00 2001 From: James Hogan Date: Wed, 22 Jan 2014 16:19:38 +0000 Subject: MIPS: Add cases for CPU_P5600 Add a CPU_P5600 case to various switch statements, doing the same thing as for CPU_PROAPTIV. Signed-off-by: James Hogan Reviewed-by: Markos Chandras Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/6408/ Signed-off-by: Ralf Baechle --- arch/mips/mm/tlbex.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/mm/tlbex.c') diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index 151ca264c8a6..ccae9a46e222 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c @@ -511,6 +511,7 @@ static void build_tlb_write_entry(u32 **p, struct uasm_label **l, case CPU_74K: case CPU_1074K: case CPU_PROAPTIV: + case CPU_P5600: break; default: -- cgit v1.2.3