Re: [PATCH] kernel/sched.c: remove double unlikely

From: Ingo Molnar
Date: Fri Mar 21 2008 - 07:35:28 EST



* Roel Kluin <12o3l@xxxxxxxxxx> wrote:

> Combine two unlikely's

> - unlikely(signal_pending(prev)))) {
> + signal_pending(prev))) {

good catch - thanks, applied.

Ingo
--
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/