]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd974ec647fb4cfc5258615c8cb95c847eb992d77
treec6236ec8ed2b321fad2fdbbb0bcacc36b09f5863
parentf1135b799274a37ef7aa333e06f7d73c49285e23
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