From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753825AbbIJT7J (ORCPT ); Thu, 10 Sep 2015 15:59:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35283 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752788AbbIJT6b (ORCPT ); Thu, 10 Sep 2015 15:58:31 -0400 From: Luiz Capitulino To: fweisbec@gmail.com Cc: linux-kernel@vger.kernel.org, cmetcalf@ezchip.com Subject: [PATCH 1/3] nohz: mark tick_nohz_full_running as __read_mostly Date: Thu, 10 Sep 2015 15:58:25 -0400 Message-Id: <1441915107-2000-2-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1441915107-2000-1-git-send-email-lcapitulino@redhat.com> References: <1441915107-2000-1-git-send-email-lcapitulino@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Luiz Capitulino --- kernel/time/tick-sched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/time/tick-sched.c b/kernel/time/tick-sched.c index 3319e16..8d45638 100644 --- a/kernel/time/tick-sched.c +++ b/kernel/time/tick-sched.c @@ -155,7 +155,7 @@ static void tick_sched_handle(struct tick_sched *ts, struct pt_regs *regs) #ifdef CONFIG_NO_HZ_FULL cpumask_var_t tick_nohz_full_mask; cpumask_var_t housekeeping_mask; -bool tick_nohz_full_running; +bool tick_nohz_full_running __read_mostly; static bool can_stop_full_tick(void) { -- 2.1.0