X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=mm%2Fpercpu-vm.c;h=ea534960a04bcda7e87a18cacf67bd2eb1fc5fe0;hb=ceabebb2bd2672f709e4454e16bc6042732e2dfe;hp=7d9c1d0ebd3f4cd1995c982da9e21e3d12976f42;hpb=61be7fdec2f51b99570cd5dcc30c7848c8e56513;p=mv-sheeva.git diff --git a/mm/percpu-vm.c b/mm/percpu-vm.c index 7d9c1d0ebd3..ea534960a04 100644 --- a/mm/percpu-vm.c +++ b/mm/percpu-vm.c @@ -421,7 +421,7 @@ static struct pcpu_chunk *pcpu_create_chunk(void) return NULL; vms = pcpu_get_vm_areas(pcpu_group_offsets, pcpu_group_sizes, - pcpu_nr_groups, pcpu_atom_size, GFP_KERNEL); + pcpu_nr_groups, pcpu_atom_size); if (!vms) { pcpu_free_chunk(chunk); return NULL;