| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 2/4] MIPS: Netlogic: add r4k_wait as the cpu_wait |
| From: | Jayachandran C <jayachandranc@netlogicmicro.com> |
| Date: | Tue, 23 Aug 2011 13:35:30 +0530 |
| In-reply-to: | <cover.1314086142.git.jayachandranc@netlogicmicro.com> |
| References: | <cover.1314086142.git.jayachandranc@netlogicmicro.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
Use r4k_wait as the CPU wait function for XLR/XLS processors.
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
---
arch/mips/kernel/cpu-probe.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/mips/kernel/cpu-probe.c b/arch/mips/kernel/cpu-probe.c
index ebc0cd2..664bc13 100644
--- a/arch/mips/kernel/cpu-probe.c
+++ b/arch/mips/kernel/cpu-probe.c
@@ -190,6 +190,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;
--
1.7.4.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 1/4] MIPS: Netlogic: Change load address, Jayachandran C |
|---|---|
| Next by Date: | [PATCH 0/4] MIPS: Netlogic: XLR/XLS updates, Jayachandran C |
| Previous by Thread: | Re: [PATCH 1/4] MIPS: Netlogic: Change load address, Ralf Baechle |
| Next by Thread: | Re: [PATCH 2/4] MIPS: Netlogic: add r4k_wait as the cpu_wait, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |