From f504540db579a60777d9c9fc817a159b067cbbf4 Mon Sep 17 00:00:00 2001 From: Atsushi Nemoto Date: Fri, 1 Jun 2007 23:40:59 +0900 Subject: [PATCH] --- yaml --- r: 57586 b: refs/heads/master c: e10e0cc8852ac846d5590188b935c98742e5cc43 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/sgi-ip27/ip27-memory.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dc18f39e7389..514303700b69 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ebd5233f0420f1e383c38f962ec84c4d53fbbad +refs/heads/master: e10e0cc8852ac846d5590188b935c98742e5cc43 diff --git a/trunk/arch/mips/sgi-ip27/ip27-memory.c b/trunk/arch/mips/sgi-ip27/ip27-memory.c index fe8a1066aec1..e5e023f50a07 100644 --- a/trunk/arch/mips/sgi-ip27/ip27-memory.c +++ b/trunk/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);