Skip to content

Commit bf463f2

Browse files
aurel32ralfbaechle
authored andcommitted
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>
1 parent 651d19f commit bf463f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/mips/kernel/idle.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ void __init check_wait(void)
165165
case CPU_4KEC:
166166
case CPU_4KSC:
167167
case CPU_5KC:
168+
case CPU_5KE:
168169
case CPU_25KF:
169170
case CPU_PR4450:
170171
case CPU_BMIPS3300:

0 commit comments

Comments
 (0)