From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753392AbbIJT6b (ORCPT ); Thu, 10 Sep 2015 15:58:31 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33577 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751597AbbIJT6a (ORCPT ); Thu, 10 Sep 2015 15:58:30 -0400 From: Luiz Capitulino To: fweisbec@gmail.com Cc: linux-kernel@vger.kernel.org, cmetcalf@ezchip.com Subject: [PATCH 0/3] nohz: minor cleanups Date: Thu, 10 Sep 2015 15:58:24 -0400 Message-Id: <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 Hi, These are a few minor cleanups I did while doing a code reading, patches should be self explanatory. Luiz Capitulino (3): nohz: mark tick_nohz_full_running as __read_mostly nohz: mark tick_nohz_init_all() as __init sched: add_nr_running(): drop tick_nohz_full_cpu() check kernel/sched/sched.h | 20 +++++++++----------- kernel/time/tick-sched.c | 4 ++-- 2 files changed, 11 insertions(+), 13 deletions(-) -- 2.1.0