From efd75ae23d0ea1ebf3bc9c0b3dd3dc3001140d2e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 2 Mar 2015 20:33:02 +0000 Subject: [PATCH] kernel: revert a broken chunk in the mips module reloc patch fix Signed-off-by: Felix Fietkau SVN-Revision: 44592 --- target/linux/generic/patches-4.0/305-mips_module_reloc.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/generic/patches-4.0/305-mips_module_reloc.patch b/target/linux/generic/patches-4.0/305-mips_module_reloc.patch index a9f10e1bdc..dae50a9035 100644 --- a/target/linux/generic/patches-4.0/305-mips_module_reloc.patch +++ b/target/linux/generic/patches-4.0/305-mips_module_reloc.patch @@ -155,7 +155,7 @@ { +#ifdef MODULE_START 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)); +#else + void *ptr; -- 2.30.2