| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] Add RM200 with R5000 CPU to known ARC machines |
| From: | Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
| Date: | Tue, 27 May 2008 01:15:20 +0200 (CEST) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
RM200 with R5ks have a little bit different arcname
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
---
arch/mips/fw/arc/identify.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/mips/fw/arc/identify.c b/arch/mips/fw/arc/identify.c
index 28dfd2e..2306698 100644
--- a/arch/mips/fw/arc/identify.c
+++ b/arch/mips/fw/arc/identify.c
@@ -67,6 +67,11 @@ static struct smatch mach_table[] = {
.liname = "SNI RM200_PCI",
.type = MACH_SNI_RM200_PCI,
.flags = PROM_FLAG_DONT_FREE_TEMP,
+ }, {
+ .arcname = "RM200PCI-R5K",
+ .liname = "SNI RM200_PCI-R5K",
+ .type = MACH_SNI_RM200_PCI,
+ .flags = PROM_FLAG_DONT_FREE_TEMP,
}
};
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [2.6 patch] MIPS SEAD compile fix, Ralf Baechle |
|---|---|
| Next by Date: | [PATH] Better load address for big endian SNI RM, Thomas Bogendoerfer |
| Previous by Thread: | problems with dlsym() on MIPS, looking for advice, Chris Friesen |
| Next by Thread: | [PATH] Better load address for big endian SNI RM, Thomas Bogendoerfer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |