[PATCH] x86_64: group memnodemap and memnodeshift in a memnode structure
authorEric Dumazet <dada1@cosmosbay.com>
Sat, 25 Mar 2006 15:31:46 +0000 (16:31 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 25 Mar 2006 17:14:38 +0000 (09:14 -0800)
commitdcf36bfa5de6d4e37878d4c98b6986fee4eb8b4c
tree6b18d3efd64e55f14209f40ee3232da2ea25d69e
parent40caa884650fc6931cf55918dbf7496c49b3ddf8
[PATCH] x86_64: group memnodemap and memnodeshift in a memnode structure

pfn_to_page() and others need to access both memnode_shift and the very
first bytes of memnodemap[]. If we force memnode_shift to be just before the
memnodemap array, we can reduce the memory footprint to one cache line
instead of two for most setups. This patch introduce a 'memnode' structure
where shift and map[] are carefully placed.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/mm/numa.c
include/asm-x86_64/mmzone.h