From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756952Ab3BVK3Q (ORCPT ); Fri, 22 Feb 2013 05:29:16 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:40706 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756800Ab3BVK3P (ORCPT ); Fri, 22 Feb 2013 05:29:15 -0500 Message-ID: <512748BF.1060403@ti.com> Date: Fri, 22 Feb 2013 16:00:23 +0530 From: Santosh Shilimkar User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Thomas Gleixner CC: Jason Liu , LKML , , Lorenzo Pieralisi Subject: Re: too many timer retries happen when do local timer swtich with broadcast timer References: <51263975.20906@ti.com> <5127436E.4040100@ti.com> In-Reply-To: Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 22 February 2013 03:54 PM, Thomas Gleixner wrote: > On Fri, 22 Feb 2013, Santosh Shilimkar wrote: >> BTW, Lorenzo off-list mentioned to me about warning in boot-up >> which I missed while testing your patch. It will take bit more >> time for me to look into it and hence thought of reporting it. >> >> [ 2.186126] ------------[ cut here ]------------ >> [ 2.190979] WARNING: at kernel/time/tick-broadcast.c:501 >> tick_broadcast_oneshot_control+0x1c0/0x21c() > > Which one is that? tick_broadcast_pending or tick_force_broadcast_mask ? > The force broadcast mask one coming from below. "WARN_ON_ONCE(test_bit(cpu, tick_force_broadcast_mask));" Regards, Santosh