From: Felix Fietkau Date: Mon, 2 Mar 2015 20:33:02 +0000 (+0000) Subject: kernel: revert a broken chunk in the mips module reloc patch fix X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9386d8eb982305e08eb52a63742294e71cecbac0;p=librecmc%2Flibrecmc.git kernel: revert a broken chunk in the mips module reloc patch fix Signed-off-by: Felix Fietkau SVN-Revision: 44592 --- 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;