aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/module.c')
-rw-r--r--arch/mips/kernel/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/module.c b/arch/mips/kernel/module.c
index 2a52568dbcd6..1833f5171ccd 100644
--- a/arch/mips/kernel/module.c
+++ b/arch/mips/kernel/module.c
@@ -47,7 +47,7 @@ static DEFINE_SPINLOCK(dbe_lock);
47void *module_alloc(unsigned long size) 47void *module_alloc(unsigned long size)
48{ 48{
49 return __vmalloc_node_range(size, 1, MODULE_START, MODULE_END, 49 return __vmalloc_node_range(size, 1, MODULE_START, MODULE_END,
50 GFP_KERNEL, PAGE_KERNEL, NUMA_NO_NODE, 50 GFP_KERNEL, PAGE_KERNEL, 0, NUMA_NO_NODE,
51 __builtin_return_address(0)); 51 __builtin_return_address(0));
52} 52}
53#endif 53#endif