Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49edbce2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mm/page_owner.c: remove drain_all_pages from init_early_allocated_pages"

parents f04c8f49 fbb354c1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -620,7 +620,6 @@ static void init_early_allocated_pages(void)
{
	pg_data_t *pgdat;

	drain_all_pages(NULL);
	for_each_online_pgdat(pgdat)
		init_zones_in_node(pgdat);
}