Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Netlogic: add r4k_wait as the cpu_wait

Use r4k_wait as the CPU wait function for XLR/XLS processors.

Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2728/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Jayachandran C and committed by
Ralf Baechle
11d48aac e6be33cf

+1
+1
arch/mips/kernel/cpu-probe.c
··· 191 191 case CPU_CAVIUM_OCTEON_PLUS: 192 192 case CPU_CAVIUM_OCTEON2: 193 193 case CPU_JZRISC: 194 + case CPU_XLR: 194 195 cpu_wait = r4k_wait; 195 196 break; 196 197