Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752566Ab3FQPcW (ORCPT ); Mon, 17 Jun 2013 11:32:22 -0400 Received: from mga01.intel.com ([192.55.52.88]:42096 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752362Ab3FQPcU (ORCPT ); Mon, 17 Jun 2013 11:32:20 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,881,1363158000"; d="scan'208";a="354787507" Message-ID: <51BF2BFD.1090704@intel.com> Date: Mon, 17 Jun 2013 23:32:13 +0800 From: Alex Shi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 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 , Jason Low , Changlong Xie , sgruszka@redhat.com, =?ISO-8859-1?Q?Fr=E9d=E9ric_Weisbecker?= Subject: Re: [patch v8 2/9] sched: move few runnable tg variables into CONFIG_SMP References: <1370589652-24549-1-git-send-email-alex.shi@intel.com> <1370589652-24549-3-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: 734 Lines: 24 On 06/17/2013 08:26 PM, Paul Turner wrote: > On Fri, Jun 7, 2013 at 12:20 AM, Alex Shi wrote: >> The following 2 variables only used under CONFIG_SMP, so better to move >> their definiation into CONFIG_SMP too. >> >> atomic64_t load_avg; >> atomic_t runnable_avg; >> >> Signed-off-by: Alex Shi > > Looks fine; the manipulations to the structs could perhaps be > collapsed to one patch. > thanks for review! -- 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/