summaryrefslogtreecommitdiff
path: root/mm/mm_init.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2025-05-11 17:45:12 -0700
committerAndrew Morton <akpm@linux-foundation.org>2025-05-11 17:45:12 -0700
commit90fedb484379e65fde42782e3c555b9688f930c3 (patch)
tree2321e15327932be58750b91f008ccc42104f3147 /mm/mm_init.c
parent82f2b0b97b36ee3fcddf0f0780a9a0825d52fec3 (diff)
parent75cb1cca2c880179a11c7dd9380b6f14e41a06a4 (diff)
Merge branch 'mm-hotfixes-stable' into mm-stable in order to successfully
merge mm-unstable's "mm: add folio_mk_pte()",
Diffstat (limited to 'mm/mm_init.c')
-rw-r--r--mm/mm_init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/mm_init.c b/mm/mm_init.c
index 327764ca0ee4..eedce9321e13 100644
--- a/mm/mm_init.c
+++ b/mm/mm_init.c
@@ -1441,7 +1441,6 @@ static void __meminit zone_init_free_lists(struct zone *zone)
#ifdef CONFIG_UNACCEPTED_MEMORY
INIT_LIST_HEAD(&zone->unaccepted_pages);
- INIT_WORK(&zone->unaccepted_cleanup, unaccepted_cleanup_work);
#endif
}