]> git.baikalelectronics.ru Git - kernel.git/commit
m68k/mm: Set all online nodes in N_NORMAL_MEMORY
authorMichael Schmitz <schmitzmic@googlemail.com>
Tue, 26 Apr 2011 02:51:53 +0000 (14:51 +1200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 27 Apr 2011 15:36:00 +0000 (17:36 +0200)
commit3c79d050ce0622417d3d76d9ecf8bf4a4b04d3fe
treeacac571ce5c3099e62b1a4098ff4bf7faf96b132
parentd8ac14e0afa40bea8504e0817611b1680421dd34
m68k/mm: Set all online nodes in N_NORMAL_MEMORY

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>
CC: stable@kernel.org
arch/m68k/mm/motorola.c