X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpending-5.15%2F120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch;h=1ba95d3ffa2df8fb1a41373833fa7f24e9e84f91;hb=911012662047ec133bdf4f5e490e0891cb782f3c;hp=b0b399a2dd6c9756301e87e8fc8e83f1b0ca0359;hpb=e2da6a0a59a81a4fc0fdffde31abf22ee121e9f5;p=openwrt%2Fopenwrt.git diff --git a/target/linux/generic/pending-5.15/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch b/target/linux/generic/pending-5.15/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch index b0b399a2dd..1ba95d3ffa 100644 --- a/target/linux/generic/pending-5.15/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch +++ b/target/linux/generic/pending-5.15/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch @@ -71,7 +71,7 @@ Signed-off-by: Tobias Wolf --- a/mm/page_alloc.c +++ b/mm/page_alloc.c -@@ -7557,7 +7557,7 @@ static void __init alloc_node_mem_map(st +@@ -7602,7 +7602,7 @@ static void __init alloc_node_mem_map(st if (pgdat == NODE_DATA(0)) { mem_map = NODE_DATA(0)->node_mem_map; if (page_to_pfn(mem_map) != pgdat->node_start_pfn)