|
@@ -314,7 +314,7 @@ void tsb_grow(struct mm_struct *mm, unsigned long tsb_index, unsigned long rss)
|
|
|
retry_tsb_alloc:
|
|
|
gfp_flags = GFP_KERNEL;
|
|
|
if (new_size > (PAGE_SIZE * 2))
|
|
|
- gfp_flags = __GFP_NOWARN | __GFP_NORETRY;
|
|
|
+ gfp_flags |= __GFP_NOWARN | __GFP_NORETRY;
|
|
|
|
|
|
new_tsb = kmem_cache_alloc_node(tsb_caches[new_cache_index],
|
|
|
gfp_flags, numa_node_id());
|