diff options
Diffstat (limited to 'arch/arm/kernel/module.c')
-rw-r--r-- | arch/arm/kernel/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/kernel/module.c b/arch/arm/kernel/module.c index 084dc8896986..c9dfff3b8008 100644 --- a/arch/arm/kernel/module.c +++ b/arch/arm/kernel/module.c | |||
@@ -40,7 +40,7 @@ | |||
40 | void *module_alloc(unsigned long size) | 40 | void *module_alloc(unsigned long size) |
41 | { | 41 | { |
42 | return __vmalloc_node_range(size, 1, MODULES_VADDR, MODULES_END, | 42 | return __vmalloc_node_range(size, 1, MODULES_VADDR, MODULES_END, |
43 | GFP_KERNEL, PAGE_KERNEL_EXEC, -1, | 43 | GFP_KERNEL, PAGE_KERNEL_EXEC, NUMA_NO_NODE, |
44 | __builtin_return_address(0)); | 44 | __builtin_return_address(0)); |
45 | } | 45 | } |
46 | #endif | 46 | #endif |