From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] timer: remove stray local_irq_enable() Date: Thu, 06 Sep 2012 14:28:02 +0100 Message-ID: References: <5048B27F0200007800099535@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5048B27F0200007800099535@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich , David Vrabel Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On 06/09/2012 13:26, "Jan Beulich" wrote: >>>> On 06.09.12 at 14:05, David Vrabel wrote: >> From: David Vrabel >> >> migrate_timers_from_cpu() has a stray local_irq_enable() that does >> nothing (it's immediately after a spin_unlock_irq()) and has no >> matching local_irq_disable(). >> >> Signed-off-by: David Vrabel > > Acked-by: Jan Beulich Acked-by: Keir Fraser Jan, Please apply it to xen-unstable. -- Keir >> --- a/xen/common/timer.c >> +++ b/xen/common/timer.c >> @@ -587,7 +587,6 @@ static void migrate_timers_from_cpu(unsigned int old_cpu) >> >> spin_unlock(&old_ts->lock); >> spin_unlock_irq(&new_ts->lock); >> - local_irq_enable(); >> >> if ( notify ) >> cpu_raise_softirq(new_cpu, TIMER_SOFTIRQ); > > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xen.org > http://lists.xen.org/xen-devel