| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] IP22: Fix detection of second HPC3 on Challenge S |
| From: | Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
| Date: | Thu, 4 Sep 2008 23:05:45 +0200 (CEST) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
The second HPC3 coulde be found only on Guiness systems (Challenge-S),
but not on fullhouse (Indigo2) systems.
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
---
arch/mips/sgi-ip22/ip22-platform.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/mips/sgi-ip22/ip22-platform.c
b/arch/mips/sgi-ip22/ip22-platform.c
index 9bbb90b..deddbf0 100644
--- a/arch/mips/sgi-ip22/ip22-platform.c
+++ b/arch/mips/sgi-ip22/ip22-platform.c
@@ -150,7 +150,7 @@ static int __init sgiseeq_devinit(void)
return res;
/* Second HPC is missing? */
- if (!ip22_is_fullhouse() ||
+ if (ip22_is_fullhouse() ||
get_dbe(tmp, (unsigned int *)&hpc3c1->pbdma[1]))
return 0;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 4/6] TXx9: Add TX4939 SoC support, Atsushi Nemoto |
|---|---|
| Next by Date: | [PATCH] au1000: fix gpio output, Bruno Randolf |
| Previous by Thread: | [ANNOUNCE] Git User's Survey 2008, Jakub Narebski |
| Next by Thread: | [PATCH] au1000: fix gpio output, Bruno Randolf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |