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 bea7db9e5b80..2e11961f65ae 100644 --- a/arch/arm/kernel/module.c +++ b/arch/arm/kernel/module.c | |||
@@ -41,7 +41,7 @@ | |||
41 | void *module_alloc(unsigned long size) | 41 | void *module_alloc(unsigned long size) |
42 | { | 42 | { |
43 | return __vmalloc_node_range(size, 1, MODULES_VADDR, MODULES_END, | 43 | return __vmalloc_node_range(size, 1, MODULES_VADDR, MODULES_END, |
44 | GFP_KERNEL, PAGE_KERNEL_EXEC, NUMA_NO_NODE, | 44 | GFP_KERNEL, PAGE_KERNEL_EXEC, 0, NUMA_NO_NODE, |
45 | __builtin_return_address(0)); | 45 | __builtin_return_address(0)); |
46 | } | 46 | } |
47 | #endif | 47 | #endif |