Files
linux/arch/m68k
Michael Schmitz 0d1877dfdc m68k/mm: Set all online nodes in N_NORMAL_MEMORY
commit 4aac0b4815 upstream.

For m68k, N_NORMAL_MEMORY represents all nodes that have present memory
since it does not support HIGHMEM.  This patch sets the bit at the time
node_present_pages has been set by free_area_init_node.
At the time the node is brought online, the node state would have to be
done unconditionally since information about present memory has not yet
been recorded.

If N_NORMAL_MEMORY is not accurate, slub may encounter errors since it
uses this nodemask to setup per-cache kmem_cache_node data structures.

This pach is an alternative to the one proposed by David Rientjes
<rientjes@google.com> attempting to set node state immediately when
bringing the node online.

Signed-off-by: Michael Schmitz <schmitz@debian.org>
Tested-by: Thorsten Glaser <tg@debian.org>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-05-09 15:54:53 -07:00
..
2009-08-26 23:14:49 +02:00
2008-07-20 17:24:38 -07:00
2010-01-18 10:19:11 -08:00
2008-07-20 17:24:38 -07:00
2009-03-26 21:15:27 +01:00
2005-04-16 15:20:36 -07:00
2009-03-26 21:15:26 +01:00