Re: [PATCH] ARM: remove redundant irq disable at halt and restart

2014-11-26 Thread Johan Hovold
On Fri, Oct 24, 2014 at 09:06:32PM +0200, Johan Hovold wrote: > Remove redundant local_irq_disable() at machine halt and restart. > > Since commit 44424c34049f ("ARM: 7803/1: Fix deadlock scenario with > smp_send_stop()") interrupts are disabled before stopping secondary > CPUs. > > Signed-off-by

Re: [PATCH] ARM: remove redundant irq disable at halt and restart

2014-10-24 Thread Felipe Balbi
On Fri, Oct 24, 2014 at 09:50:29PM +0200, Johan Hovold wrote: > On Fri, Oct 24, 2014 at 02:42:50PM -0500, Felipe Balbi wrote: > > On Fri, Oct 24, 2014 at 09:28:45PM +0200, Johan Hovold wrote: > > > On Fri, Oct 24, 2014 at 02:21:11PM -0500, Felipe Balbi wrote: > > > > On Fri, Oct 24, 2014 at 02:16:2

Re: [PATCH] ARM: remove redundant irq disable at halt and restart

2014-10-24 Thread Johan Hovold
On Fri, Oct 24, 2014 at 02:42:50PM -0500, Felipe Balbi wrote: > On Fri, Oct 24, 2014 at 09:28:45PM +0200, Johan Hovold wrote: > > On Fri, Oct 24, 2014 at 02:21:11PM -0500, Felipe Balbi wrote: > > > On Fri, Oct 24, 2014 at 02:16:27PM -0500, Felipe Balbi wrote: > > > > On Fri, Oct 24, 2014 at 09:06:3

Re: [PATCH] ARM: remove redundant irq disable at halt and restart

2014-10-24 Thread Felipe Balbi
On Fri, Oct 24, 2014 at 09:28:45PM +0200, Johan Hovold wrote: > On Fri, Oct 24, 2014 at 02:21:11PM -0500, Felipe Balbi wrote: > > On Fri, Oct 24, 2014 at 02:16:27PM -0500, Felipe Balbi wrote: > > > On Fri, Oct 24, 2014 at 09:06:32PM +0200, Johan Hovold wrote: > > > > Remove redundant local_irq_disa

Re: [PATCH] ARM: remove redundant irq disable at halt and restart

2014-10-24 Thread Johan Hovold
On Fri, Oct 24, 2014 at 02:21:11PM -0500, Felipe Balbi wrote: > On Fri, Oct 24, 2014 at 02:16:27PM -0500, Felipe Balbi wrote: > > On Fri, Oct 24, 2014 at 09:06:32PM +0200, Johan Hovold wrote: > > > Remove redundant local_irq_disable() at machine halt and restart. > > > > > > Since commit 44424c340

Re: [PATCH] ARM: remove redundant irq disable at halt and restart

2014-10-24 Thread Felipe Balbi
On Fri, Oct 24, 2014 at 02:16:27PM -0500, Felipe Balbi wrote: > On Fri, Oct 24, 2014 at 09:06:32PM +0200, Johan Hovold wrote: > > Remove redundant local_irq_disable() at machine halt and restart. > > > > Since commit 44424c34049f ("ARM: 7803/1: Fix deadlock scenario with > > smp_send_stop()") inte

Re: [PATCH] ARM: remove redundant irq disable at halt and restart

2014-10-24 Thread Felipe Balbi
On Fri, Oct 24, 2014 at 09:06:32PM +0200, Johan Hovold wrote: > Remove redundant local_irq_disable() at machine halt and restart. > > Since commit 44424c34049f ("ARM: 7803/1: Fix deadlock scenario with > smp_send_stop()") interrupts are disabled before stopping secondary > CPUs. Assuming this is

[PATCH] ARM: remove redundant irq disable at halt and restart

2014-10-24 Thread Johan Hovold
Remove redundant local_irq_disable() at machine halt and restart. Since commit 44424c34049f ("ARM: 7803/1: Fix deadlock scenario with smp_send_stop()") interrupts are disabled before stopping secondary CPUs. Signed-off-by: Johan Hovold --- arch/arm/kernel/process.c | 2 -- 1 file changed, 2 del