Re: [tip:sched/urgent] sched: Print sched_group::__cpu_power insched_domain_debug

From: Ingo Molnar
Date: Tue Apr 14 2009 - 14:40:57 EST



* Luck, Tony <tony.luck@xxxxxxxxx> wrote:

> - printk(KERN_CONT " %s (__cpu_power = %d)", str,
> + printk(KERN_CONT " %s", str);
> + if (group->__cpu_power != SCHED_LOAD_SCALE)
> + printk(KERN_CONT " (__cpu_power = %d)",
> group->__cpu_power);
>
> That looks better.
>
> Acked-by: Tony Luck <tony.luck@xxxxxxxxx>

Thanks, picked up this variant!

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/