MIPS: idle: add case for CPU_5KE
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 5 Sep 2015 16:47:31 +0000 (18:47 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 12 Nov 2015 10:35:48 +0000 (11:35 +0100)
commitbf463f2f7510771db180908507005379850dade0
treec6236ec8ed2b321fad2fdbbb0bcacc36b09f5863
parent651d19fb10fac0f1f25c028c8e46ded9fc43a640
MIPS: idle: add case for CPU_5KE

While the 5KE processors have never been taped out, they exists though
a CP0.PRId and experimental RTLs or QEMU implementations. Add a case
entry in the idle code, as they can use the standard idle loop like the
5K processors.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11099/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/idle.c