Skip to content
Commit 076422d2 authored by Amul Shah's avatar Amul Shah Committed by Andi Kleen
Browse files

[PATCH] x86-64: Allocate the NUMA hash function nodemap dynamically



Remove the statically allocated memory to NUMA node hash map in favor of a
dynamically allocated memory to node hash map (it is cache aligned).

This patch has the nice side effect in that it allows the hash map to grow
for systems with large amounts of memory (256GB - 1TB), but suffer from
having small PCI space tacked onto the boot node (which is somewhere
between 192MB to 512MB on the ES7000).

Signed-off-by: default avatarAmul Shah <amul.shah@unisys.com>
Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Cc: Andi Kleen <ak@suse.de>
Cc: Rohit Seth <rohitseth@google.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
parent 0812a579
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment