diff options
Diffstat (limited to 'mm/percpu-vm.c')
-rw-r--r-- | mm/percpu-vm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/percpu-vm.c b/mm/percpu-vm.c index 15dab691ea70..9158e5a81391 100644 --- a/mm/percpu-vm.c +++ b/mm/percpu-vm.c | |||
@@ -81,7 +81,7 @@ static void pcpu_free_pages(struct pcpu_chunk *chunk, | |||
81 | static int pcpu_alloc_pages(struct pcpu_chunk *chunk, | 81 | static int pcpu_alloc_pages(struct pcpu_chunk *chunk, |
82 | struct page **pages, int page_start, int page_end) | 82 | struct page **pages, int page_start, int page_end) |
83 | { | 83 | { |
84 | const gfp_t gfp = GFP_KERNEL | __GFP_HIGHMEM | __GFP_COLD; | 84 | const gfp_t gfp = GFP_KERNEL | __GFP_HIGHMEM; |
85 | unsigned int cpu, tcpu; | 85 | unsigned int cpu, tcpu; |
86 | int i; | 86 | int i; |
87 | 87 | ||