From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751897AbbC3FR2 (ORCPT ); Mon, 30 Mar 2015 01:17:28 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:34299 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751091AbbC3FR0 (ORCPT ); Mon, 30 Mar 2015 01:17:26 -0400 From: Viresh Kumar To: Ingo Molnar , Peter Zijlstra , Thomas Gleixner Cc: linaro-kernel@lists.linaro.org, linux-kernel@vger.kernel.org, Viresh Kumar Subject: [PATCH 0/3] timers: Allocate per-cpu tvec_base's statically Date: Mon, 30 Mar 2015 10:47:16 +0530 Message-Id: X-Mailer: git-send-email 2.3.0.rc0.44.ga94655d Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ingo/Thomas, Here are few cleanups around timer-core initialization. The first one is suggested by Peter Zijlstra [1] and the other two make few more changes in order to simplify it. Please see if they look fine. -- viresh [1] http://lkml.iu.edu/hypermail/linux/kernel/1503.3/04091.html Peter Zijlstra (1): timer: Allocate per-cpu tvec_base's statically Viresh Kumar (2): timer: Limit the scope of __tvec_bases to init_timers_cpu() timer: Don't initialize tvec_base on hotplug kernel/time/timer.c | 121 +++++++++++++++++++--------------------------------- 1 file changed, 45 insertions(+), 76 deletions(-) -- 2.3.0.rc0.44.ga94655d