Re: Performance regression of specjbb2005/aim7 with 2.6.29-rc1

From: Ingo Molnar
Date: Thu Jan 15 2009 - 15:58:08 EST



* Jayson King <dev@xxxxxxxxxxxxxx> wrote:

>> - struct load_weight *load = &cfs_rq->load;
>> + struct load_weight *load;
>> +
>> + cfs_rq = cfs_rq_of(se);
>> + load = &cfs_rq->load;
>> if (unlikely(!se->on_rq)) {
>> struct load_weight lw = cfs_rq->load;
>>
>>
>>
>
>
> That still works for me. You may add:
>
> Tested-by: Jayson King <dev@xxxxxxxxxxxxxx>

I have added it to the commit - thanks Jayson for the testing,

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/