From: Jayachandran C Date: Tue, 23 Aug 2011 08:05:30 +0000 (+0530) Subject: MIPS: Netlogic: add r4k_wait as the cpu_wait X-Git-Tag: next-20111109~55^2~8 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f96f38184c2c2f99614671a2e9b7bf21beefcc4f;p=karo-tx-linux.git 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 To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2728/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c index c7d3cf1ce46e..aa20382b9305 100644 --- a/arch/mips/kernel/cpu-probe.c +++ b/arch/mips/kernel/cpu-probe.c @@ -191,6 +191,7 @@ void __init check_wait(void) case CPU_CAVIUM_OCTEON_PLUS: case CPU_CAVIUM_OCTEON2: case CPU_JZRISC: + case CPU_XLR: cpu_wait = r4k_wait; break;