aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2008-03-19 04:53:58 -0700
committerDavid S. Miller <davem@davemloft.net>2008-04-23 23:32:17 -0700
commit1f261ef53ba06658dfeb5a9c3007d0ad1b85cadf (patch)
tree242e8dbc05938b0d330997bf274e6faf22e28458 /arch/sparc64
parent[SPARC64]: NUMA device infrastructure. (diff)
downloadlinux-dev-1f261ef53ba06658dfeb5a9c3007d0ad1b85cadf.tar.xz
linux-dev-1f261ef53ba06658dfeb5a9c3007d0ad1b85cadf.zip
[SPARC64]: Allocate TSB node-local.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64')
-rw-r--r--arch/sparc64/mm/tsb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/sparc64/mm/tsb.c b/arch/sparc64/mm/tsb.c
index a3e6e4b635b3..fe70c8a557b5 100644
--- a/arch/sparc64/mm/tsb.c
+++ b/arch/sparc64/mm/tsb.c
@@ -321,7 +321,8 @@ retry_tsb_alloc:
if (new_size > (PAGE_SIZE * 2))
gfp_flags = __GFP_NOWARN | __GFP_NORETRY;
- new_tsb = kmem_cache_alloc(tsb_caches[new_cache_index], gfp_flags);
+ new_tsb = kmem_cache_alloc_node(tsb_caches[new_cache_index],
+ gfp_flags, numa_node_id());
if (unlikely(!new_tsb)) {
/* Not being able to fork due to a high-order TSB
* allocation failure is very bad behavior. Just back