Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753083Ab3EFIt5 (ORCPT ); Mon, 6 May 2013 04:49:57 -0400 Received: from mga02.intel.com ([134.134.136.20]:21591 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752279Ab3EFIt4 (ORCPT ); Mon, 6 May 2013 04:49:56 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,620,1363158000"; d="scan'208";a="308831333" Message-ID: <51876E92.3010300@intel.com> Date: Mon, 06 May 2013 16:49:22 +0800 From: Alex Shi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5 MIME-Version: 1.0 To: Paul Turner CC: Ingo Molnar , Peter Zijlstra , Thomas Gleixner , Andrew Morton , Borislav Petkov , Namhyung Kim , Mike Galbraith , Morten Rasmussen , Vincent Guittot , Preeti U Murthy , Viresh Kumar , LKML , Mel Gorman , Rik van Riel , Michael Wang Subject: Re: [PATCH v5 1/7] Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking" References: <1367804711-30308-1-git-send-email-alex.shi@intel.com> <1367804711-30308-2-git-send-email-alex.shi@intel.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 965 Lines: 27 On 05/06/2013 04:24 PM, Paul Turner wrote: >> > /* >> > * CFS Load tracking >> > * Under CFS, load is tracked on a per-entity basis and aggregated up. >> > @@ -242,8 +236,7 @@ struct cfs_rq { >> > u64 runnable_load_avg, blocked_load_avg; >> > atomic64_t decay_counter, removed_load; >> > u64 last_decay; >> > -#endif /* CONFIG_FAIR_GROUP_SCHED */ >> > -/* These always depend on CONFIG_FAIR_GROUP_SCHED */ > We should perhaps replace this with a comment that these are only > needed to aggregate the point-wise representation in the > FAIR_GROUP_SCHED case. > Is the comments ok? :) /* runnable related variables only used in FAIR_GROUP_SCHED */ -- Thanks Alex -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/