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.archive.openwrt.org/?a=commitdiff_plain;h=b4f4cb29ec0f508c7e766fd8fa95c9193be63ad0;p=15.05%2Fopenwrt.git kernel: revert a broken chunk in the mips module reloc patch fix Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44592 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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;