]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Don't panic on 5KEc.
authorLeonid Yegoshin <yegoshin@mips.com>
Fri, 6 Jul 2012 19:56:01 +0000 (21:56 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 19 Jul 2012 09:22:48 +0000 (11:22 +0200)
commit67ee14ccfa1a6ca2da68a8f7f0c886d2559298e3
tree6e40d49d0a2454f1f0a27641aceadbbf216d7c3c
parent0bd783e8808e018a86a54b576778ae0e591757b0
MIPS: Don't panic on 5KEc.

It's a bloody bog standard MIPS64R2 core with just a new PrId ID.  Iow
that essentially means Linux just panics because it doesn't know how to
name the core.

[ralf@linux-mips.org: Split original patch into several smaller patches.]

Signed-off-by: Leonid Yegoshin <yegoshin@mips.com>
Signed-off-by: Steven J. Hill <sjhill@mips.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3792/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/cpu.h
arch/mips/kernel/cpu-probe.c
arch/mips/kernel/traps.c