From: Aurelien Jarno Date: Sat, 5 Sep 2015 16:47:31 +0000 (+0200) Subject: MIPS: idle: add case for CPU_5KE X-Git-Tag: v4.14-rc1~4301^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf463f2f7510771db180908507005379850dade0;p=platform%2Fkernel%2Flinux-rpi.git 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 Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/11099/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/idle.c b/arch/mips/kernel/idle.c index 3e2b0b6..35af615 100644 --- a/arch/mips/kernel/idle.c +++ b/arch/mips/kernel/idle.c @@ -165,6 +165,7 @@ void __init check_wait(void) case CPU_4KEC: case CPU_4KSC: case CPU_5KC: + case CPU_5KE: case CPU_25KF: case CPU_PR4450: case CPU_BMIPS3300: