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 <james.hogan@imgtec.com>
Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/6408/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
James Hogan
2014-01-22 16:19:38 +00:00
committed by Ralf Baechle
parent f43e4dfd39
commit aced4cbd6e
7 changed files with 7 additions and 0 deletions

View File

@@ -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: