alpha, mm: set all online nodes in N_NORMAL_MEMORY
authorDavid Rientjes <[email protected]>
Wed, 25 May 2011 00:12:22 +0000 (17:12 -0700)
committerLinus Torvalds <[email protected]>
Wed, 25 May 2011 15:39:23 +0000 (08:39 -0700)
commitad8b4b28573cea3fca0cfa06aac00fe8bf04499a
treedf10e533d9060520a5ae2decf5ab8a6712294b03
parent0c917313a8d84fcc0c376db3f7edb7c06f06f920
alpha, mm: set all online nodes in N_NORMAL_MEMORY

For alpha, N_NORMAL_MEMORY represents all nodes that have present memory
since it does not support HIGHMEM.  This patch sets the bit at the time
the node is initialized.

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.

Signed-off-by: David Rientjes <[email protected]>
Cc: Richard Henderson <[email protected]>
Cc: Ivan Kokshaysky <[email protected]>
Cc: Matt Turner <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/alpha/mm/numa.c