From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936309AbaH1Heb (ORCPT ); Thu, 28 Aug 2014 03:34:31 -0400 Received: from mail-oi0-f50.google.com ([209.85.218.50]:54211 "EHLO mail-oi0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936184AbaH1Hea (ORCPT ); Thu, 28 Aug 2014 03:34:30 -0400 MIME-Version: 1.0 In-Reply-To: <20140827133033.GC13808@linux.vnet.ibm.com> References: <1409051215-16788-1-git-send-email-vincent.guittot@linaro.org> <1409051215-16788-7-git-send-email-vincent.guittot@linaro.org> <20140827133033.GC13808@linux.vnet.ibm.com> From: Vincent Guittot Date: Thu, 28 Aug 2014 09:34:09 +0200 Message-ID: Subject: Re: [PATCH v5 06/12] sched: add per rq cpu_capacity_orig To: Kamalesh Babulal Cc: Peter Zijlstra , Ingo Molnar , linux-kernel , Preeti U Murthy , Russell King - ARM Linux , LAK , Rik van Riel , Morten Rasmussen , Mike Galbraith , Nicolas Pitre , "linaro-kernel@lists.linaro.org" , Daniel Lezcano , Dietmar Eggemann Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 27 August 2014 15:32, Kamalesh Babulal wrote: > * Vincent Guittot [2014-08-26 13:06:49]: > >> This new field cpu_capacity_orig reflects the available capacity of a CPUs >> unlike the cpu_capacity which reflects the current capacity that can be altered >> by frequency and rt tasks. >> >> Signed-off-by: Vincent Guittot > > Reviewed-by: Kamalesh Babulal Thanks > From mboxrd@z Thu Jan 1 00:00:00 1970 From: vincent.guittot@linaro.org (Vincent Guittot) Date: Thu, 28 Aug 2014 09:34:09 +0200 Subject: [PATCH v5 06/12] sched: add per rq cpu_capacity_orig In-Reply-To: <20140827133033.GC13808@linux.vnet.ibm.com> References: <1409051215-16788-1-git-send-email-vincent.guittot@linaro.org> <1409051215-16788-7-git-send-email-vincent.guittot@linaro.org> <20140827133033.GC13808@linux.vnet.ibm.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 27 August 2014 15:32, Kamalesh Babulal wrote: > * Vincent Guittot [2014-08-26 13:06:49]: > >> This new field cpu_capacity_orig reflects the available capacity of a CPUs >> unlike the cpu_capacity which reflects the current capacity that can be altered >> by frequency and rt tasks. >> >> Signed-off-by: Vincent Guittot > > Reviewed-by: Kamalesh Babulal Thanks >