| To: | linux-mips@linux-mips.org, ralf@linux-mips.org |
|---|---|
| Subject: | [PATCH 07/10] MIPS: Netlogic: No hazards needed for XLR/XLS |
| From: | "Jayachandran C" <jchandra@broadcom.com> |
| Date: | Mon, 14 Jan 2013 21:41:59 +0530 |
| Cc: | "Jayachandran C" <jchandra@broadcom.com> |
| In-reply-to: | <1358179922-26663-1-git-send-email-jchandra@broadcom.com> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1358179922-26663-1-git-send-email-jchandra@broadcom.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
TLB and COP0 hazards are handled in hardware for Netlogic XLR/XLS
SoCs. Update hazards.h to pick more optimal set of definitions when
compiling for XLR/XLS.
Signed-off-by: Jayachandran C <jchandra@broadcom.com>
---
arch/mips/include/asm/hazards.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/mips/include/asm/hazards.h b/arch/mips/include/asm/hazards.h
index f0324e9..9c309ae 100644
--- a/arch/mips/include/asm/hazards.h
+++ b/arch/mips/include/asm/hazards.h
@@ -141,7 +141,7 @@ do {
\
#elif defined(CONFIG_MIPS_ALCHEMY) || defined(CONFIG_CPU_CAVIUM_OCTEON) || \
defined(CONFIG_CPU_LOONGSON2) || defined(CONFIG_CPU_R10000) || \
- defined(CONFIG_CPU_R5500)
+ defined(CONFIG_CPU_R5500) || defined(CONFIG_CPU_XLR)
/*
* R10000 rocks - all hazards handled in hardware, so this becomes a nobrainer.
--
1.7.9.5
|
| Previous by Date: | [PATCH 04/10] MIPS: Netlogic: Split XLP L1 i-cache among threads, Jayachandran C |
|---|---|
| Next by Date: | [PATCH 06/10] MIPS: PCI: Prevent hang on XLP reg read, Jayachandran C |
| Previous by Thread: | Re: [PATCH 04/10] MIPS: Netlogic: Split XLP L1 i-cache among threads, Ralf Baechle |
| Next by Thread: | [PATCH 06/10] MIPS: PCI: Prevent hang on XLP reg read, Jayachandran C |
| Indexes: | [Date] [Thread] [Top] [All Lists] |