Re: [RFC PATCH 2/2] sched: simplify select_task_rq_fair() with schedule balance map

From: Namhyung Kim
Date: Mon Jan 14 2013 - 03:27:31 EST


On Fri, 11 Jan 2013 16:18:33 +0800, Michael Wang wrote:
> +next_sd:
> + if (!sd->level)
> + break;
> +
> + sbm = cpu_rq(cpu)->sbm;
> + if (!sbm)
> + break;
> +
> + sd = sbm->sd[type][sd->level - 1];
> + };

An unnessary semicolone here.

Thanks,
Namhyung
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/