| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] Fix IP27 build |
| From: | Atsushi Nemoto <anemo@mba.ocn.ne.jp> |
| Date: | Fri, 01 Jun 2007 23:40:59 +0900 (JST) |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
IP27 does not have ZONE_DMA now.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
---
diff --git a/arch/mips/sgi-ip27/ip27-memory.c b/arch/mips/sgi-ip27/ip27-memory.c
index fe8a106..e5e023f 100644
--- a/arch/mips/sgi-ip27/ip27-memory.c
+++ b/arch/mips/sgi-ip27/ip27-memory.c
@@ -517,7 +517,7 @@ void __init paging_init(void)
pfn_t start_pfn = slot_getbasepfn(node, 0);
pfn_t end_pfn = node_getmaxclick(node) + 1;
- zones_size[ZONE_DMA] = end_pfn - start_pfn;
+ zones_size[ZONE_NORMAL] = end_pfn - start_pfn;
free_area_init_node(node, NODE_DATA(node),
zones_size, start_pfn, NULL);
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] zs: Move to the serial subsystem, Jan-Benedict Glaw |
|---|---|
| Next by Date: | Re: [PATCH] zs: Move to the serial subsystem, Maciej W. Rozycki |
| Previous by Thread: | Re: [PATCH] zs: Move to the serial subsystem, Jan Rekorajski |
| Next by Thread: | Re: [PATCH] Fix IP27 build, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |