[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1104251355410.31884@chino.kir.corp.google.com>
Date: Mon, 25 Apr 2011 13:56:38 -0700 (PDT)
From: David Rientjes <rientjes@...gle.com>
To: Michael Schmitz <schmitzmic@...glemail.com>
cc: Geert Uytterhoeven <geert@...ux-m68k.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Roman Zippel <zippel@...ux-m68k.org>,
linux-m68k@...r.kernel.org, linux-kernel@...r.kernel.org,
schwab@...ux-m68k.org,
"tg@...bsd.de >> Thorsten Glaser" <tg@...bsd.de>
Subject: Re: [patch] m68k, mm: set all online nodes in N_NORMAL_MEMORY
On Sun, 24 Apr 2011, Michael Schmitz wrote:
> diff --git a/arch/m68k/mm/motorola.c b/arch/m68k/mm/motorola.c
> index 02b7a03..b806c19 100644
> --- a/arch/m68k/mm/motorola.c
> +++ b/arch/m68k/mm/motorola.c
> @@ -300,6 +300,8 @@ void __init paging_init(void)
> zones_size[ZONE_DMA] = m68k_memory[i].size >> PAGE_SHIFT;
> free_area_init_node(i, zones_size,
> m68k_memory[i].addr >> PAGE_SHIFT, NULL);
> + if (node_present_pages(i))
> + node_set_state(i, N_NORMAL_MEMORY);
> }
> }
>
Ok, would you like to write a changelog for this similar to mine and then
propose it as an alternative?
Thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists