| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] cheat for support of more than 256MB memory |
| From: | tiansm@lemote.com |
| Date: | Wed, 6 Jun 2007 12:42:39 +0800 |
| Cc: | Fuxin Zhang <zhangfx@lemote.com> |
| In-reply-to: | <11811049622818-git-send-email-tiansm@lemote.com> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <11811049622818-git-send-email-tiansm@lemote.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
From: Fuxin Zhang <zhangfx@lemote.com>
Signed-off-by: Fuxin Zhang <zhangfx@lemote.com>
---
arch/mips/kernel/setup.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c
index 4975da0..62ef100 100644
--- a/arch/mips/kernel/setup.c
+++ b/arch/mips/kernel/setup.c
@@ -509,6 +509,14 @@ static void __init resource_init(void)
res->end = end;
res->flags = IORESOURCE_MEM | IORESOURCE_BUSY;
+#if defined(CONFIG_LEMOTE_FULONG) && defined(CONFIG_64BIT)
+ /* to keep memory continous, we tell system 0x10000000 -
0x20000000 is reserved
+ * for memory, in fact it is io region, don't occupy it
+ *
+ * SPARSEMEM?
+ */
+ if (boot_mem_map.map[i].type != BOOT_MEM_RESERVED)
+#endif
request_resource(&iomem_resource, res);
/*
--
1.5.2.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] define MODULE_PROC_FAMILY for Loongson2, tiansm |
|---|---|
| Next by Date: | [PATCH] add Loongson processor definitions, tiansm |
| Previous by Thread: | [PATCH] define MODULE_PROC_FAMILY for Loongson2, tiansm |
| Next by Thread: | Re: [PATCH] cheat for support of more than 256MB memory, Franck Bui-Huu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |