aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kernel/module.c
diff options
context:
space:
mode:
authorAlex Shi <alex.shi@linaro.org>2016-04-27 10:08:48 +0800
committerAlex Shi <alex.shi@linaro.org>2016-04-27 10:08:48 +0800
commita79bee58f4fc3cc237fc86667edf2d0b9dce0173 (patch)
tree7d1df3ba21a3de136cd0649caeec50f793133a03 /arch/mips/kernel/module.c
parentef59ba115fc76ea4c21030f49e31fe18e9055679 (diff)
parente0ac66e00b01f6ff4e8274a4b5c008a26583c1b9 (diff)
Merge branch 'linux-linaro-lsk-v3.18' into linux-linaro-lsk-v3.18-androidlsk-v3.18-16.04-android
Conflicts: arch/arm64/kernel/head.S arch/arm64/mm/Makefile
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);
void *module_alloc(unsigned long size)
{
return __vmalloc_node_range(size, 1, MODULE_START, MODULE_END,
- GFP_KERNEL, PAGE_KERNEL, NUMA_NO_NODE,
+ GFP_KERNEL, PAGE_KERNEL, 0, NUMA_NO_NODE,
__builtin_return_address(0));
}
#endif