| To: | linux-mips@linux-mips.org, Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 14/14] lemote: PCI resource naming fixup |
| From: | yanhua <yanh@lemote.com> |
| Date: | Thu, 09 Apr 2009 13:13:40 +0800 |
| Cc: | 彭亮锦 <penglj@lemote.com>, "zhangfx@lemote.com" <zhangfx@lemote.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 2.0.0.21 (Windows/20090302) |
---
arch/mips/lemote/lm2f/common/pci.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/mips/lemote/lm2f/common/pci.c
b/arch/mips/lemote/lm2f/common/pci.c
index f7acbe7..9c080cb 100644
--- a/arch/mips/lemote/lm2f/common/pci.c
+++ b/arch/mips/lemote/lm2f/common/pci.c
@@ -34,14 +34,14 @@ extern struct pci_ops loongson2f_pci_pci_ops;
/* if you want to expand the pci memory space, you should config 64bits
kernel too. */
static struct resource loongson2f_pci_mem_resource = {
- .name = "LOONGSON2E PCI MEM",
+ .name = "PCI MEM",
.start = 0x14000000UL,
.end = 0x1fffffffUL,
.flags = IORESOURCE_MEM,
};
static struct resource loongson2f_pci_io_resource = {
- .name = "LOONGSON2E PCI IO MEM",
+ .name = "PCI IO MEM",
.start = 0x00004000UL,
.end = 0x0000ffffUL,
.flags = IORESOURCE_IO,
--
1.5.6.5
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 13/14] lemote: fixup for FUJITSU disk, yanhua |
|---|---|
| Next by Date: | Re: What is the right way to setup MIPS timer irq in 2.6.29?, Brian Foster |
| Previous by Thread: | [PATCH 13/14] lemote: fixup for FUJITSU disk, yanhua |
| Next by Thread: | [PATCH] MTD: TXx9 SoC NAND Flash Memory Controller driver (v3), Atsushi Nemoto |
| Indexes: | [Date] [Thread] [Top] [All Lists] |