diff options
Diffstat (limited to 'arch/x86/kernel/module.c')
-rw-r--r-- | arch/x86/kernel/module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/module.c b/arch/x86/kernel/module.c index 216a4d754b0c..18be189368bb 100644 --- a/arch/x86/kernel/module.c +++ b/arch/x86/kernel/module.c | |||
@@ -49,7 +49,7 @@ void *module_alloc(unsigned long size) | |||
49 | return NULL; | 49 | return NULL; |
50 | return __vmalloc_node_range(size, 1, MODULES_VADDR, MODULES_END, | 50 | return __vmalloc_node_range(size, 1, MODULES_VADDR, MODULES_END, |
51 | GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL_EXEC, | 51 | GFP_KERNEL | __GFP_HIGHMEM, PAGE_KERNEL_EXEC, |
52 | -1, __builtin_return_address(0)); | 52 | NUMA_NO_NODE, __builtin_return_address(0)); |
53 | } | 53 | } |
54 | 54 | ||
55 | #ifdef CONFIG_X86_32 | 55 | #ifdef CONFIG_X86_32 |