]> Pileus Git - ~andy/linux/commitdiff
MIPS: Netlogic: add r4k_wait as the cpu_wait
authorJayachandran C <jayachandranc@netlogicmicro.com>
Tue, 23 Aug 2011 08:05:30 +0000 (13:35 +0530)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 7 Dec 2011 22:04:54 +0000 (22:04 +0000)
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>
arch/mips/kernel/cpu-probe.c

index c7d3cf1ce46e275b11df8c210f1553c5eb0bd74c..aa20382b93050b736e61b0d54b35f6ceea1017af 100644 (file)
@@ -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;