aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slab.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/slab.c')
-rw-r--r--mm/slab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/slab.c b/mm/slab.c
index 9025608696ec..6f8495e2185b 100644
--- a/mm/slab.c
+++ b/mm/slab.c
@@ -2574,7 +2574,7 @@ static inline void *____cache_alloc(kmem_cache_t *cachep, gfp_t flags)
2574 struct array_cache *ac; 2574 struct array_cache *ac;
2575 2575
2576#ifdef CONFIG_NUMA 2576#ifdef CONFIG_NUMA
2577 if (current->mempolicy) { 2577 if (unlikely(current->mempolicy && !in_interrupt())) {
2578 int nid = slab_node(current->mempolicy); 2578 int nid = slab_node(current->mempolicy);
2579 2579
2580 if (nid != numa_node_id()) 2580 if (nid != numa_node_id())