diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2017-08-28 13:37:07 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-08-30 17:05:10 +0200 |
commit | 40213cc15469fe5953e3d586ecb5870a382ee1ea (patch) | |
tree | 4b9957a6ad21913ea2fedcacbdb720a997b552d3 /target/linux/generic/pending-4.9 | |
parent | ca7933730681bf3a42261fdf045dc1d929cbee48 (diff) | |
download | upstream-40213cc15469fe5953e3d586ecb5870a382ee1ea.tar.gz upstream-40213cc15469fe5953e3d586ecb5870a382ee1ea.tar.bz2 upstream-40213cc15469fe5953e3d586ecb5870a382ee1ea.zip |
kernel: update 4.9 to 4.9.45
Refreshed all patches
Compiled & run-tested on targets: cns3xxx, imx6
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/pending-4.9')
-rw-r--r-- | target/linux/generic/pending-4.9/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-4.9/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch b/target/linux/generic/pending-4.9/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch index a5d3a3db32..f3abf34a9f 100644 --- a/target/linux/generic/pending-4.9/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch +++ b/target/linux/generic/pending-4.9/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch @@ -71,7 +71,7 @@ Signed-off-by: Tobias Wolf <dev-NTEO@vplace.de> --- a/mm/page_alloc.c +++ b/mm/page_alloc.c -@@ -5905,7 +5905,7 @@ static void __ref alloc_node_mem_map(str +@@ -5909,7 +5909,7 @@ static void __ref alloc_node_mem_map(str mem_map = NODE_DATA(0)->node_mem_map; #if defined(CONFIG_HAVE_MEMBLOCK_NODE_MAP) || defined(CONFIG_FLATMEM) if (page_to_pfn(mem_map) != pgdat->node_start_pfn) |