[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090115200910.GA12246@elte.hu>
Date: Thu, 15 Jan 2009 21:09:10 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Jayson King <dev@...sonking.com>
Cc: Peter Zijlstra <peterz@...radead.org>,
Lin Ming <ming.m.lin@...el.com>,
Mike Galbraith <efault@....de>,
"Zhang, Yanmin" <yanmin_zhang@...ux.intel.com>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: Performance regression of specjbb2005/aim7 with 2.6.29-rc1
* Jayson King <dev@...sonking.com> 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@...sonking.com>
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists