Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751050AbbEGES2 (ORCPT ); Thu, 7 May 2015 00:18:28 -0400 Received: from mail-ig0-f182.google.com ([209.85.213.182]:34927 "EHLO mail-ig0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750726AbbEGES0 convert rfc822-to-8bit (ORCPT ); Thu, 7 May 2015 00:18:26 -0400 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Abel Vesa , peterz@infradead.org, mingo@kernel.org From: Michael Turquette In-Reply-To: <1430931040-16233-1-git-send-email-abelvesa@gmail.com> Cc: linux-kernel@vger.kernel.org, patches@linaro.org, "Abel Vesa" References: <1430777441-15087-1-git-send-email-mturquette@linaro.org> <1430931040-16233-1-git-send-email-abelvesa@gmail.com> Message-ID: <20150507041816.16410.86688@quantum> User-Agent: alot/0.3.5 Subject: Re: [PATCH] sched/core: Add empty 'gov_cfs_update_cpu' function definition for NON-SMP systems Date: Wed, 06 May 2015 21:18:16 -0700 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1282 Lines: 39 Quoting Abel Vesa (2015-05-06 09:50:40) > If CONFIG_SMP is not defined the build will fail due to > function 'gov_cfs_update_cpu' definition missing. > Added empty static inline definition for NON-SMP systems. > > This patch applies to: > https://git.linaro.org/people/mike.turquette/linux.git sched-freq > > Signed-off-by: Abel Vesa Thanks Abel. I'll fold this change in. Regards, Mike > --- > kernel/sched/sched.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h > index ec23523..3d0996e 100644 > --- a/kernel/sched/sched.h > +++ b/kernel/sched/sched.h > @@ -1413,6 +1413,7 @@ static inline void sched_rt_avg_update(struct rq *rq, u64 rt_delta) > #else > static inline void sched_rt_avg_update(struct rq *rq, u64 rt_delta) { } > static inline void sched_avg_update(struct rq *rq) { } > +static inline void gov_cfs_update_cpu(int cpu) {} > #endif > > extern void start_bandwidth_timer(struct hrtimer *period_timer, ktime_t period); > -- > 1.9.1 > -- 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/