Loading mm/page_alloc.c +2 −0 Original line number Diff line number Diff line Loading @@ -2345,6 +2345,8 @@ static int __cpuinit process_zones(int cpu) return 0; bad: for_each_zone(dzone) { if (!populated_zone(dzone)) continue; if (dzone == zone) break; kfree(zone_pcp(dzone, cpu)); Loading Loading
mm/page_alloc.c +2 −0 Original line number Diff line number Diff line Loading @@ -2345,6 +2345,8 @@ static int __cpuinit process_zones(int cpu) return 0; bad: for_each_zone(dzone) { if (!populated_zone(dzone)) continue; if (dzone == zone) break; kfree(zone_pcp(dzone, cpu)); Loading