[PATCH 3/5] ARM: restart: remove local_irq_disable() from within arch_reset()
Russell King - ARM Linux
linux at arm.linux.org.uk
Tue Nov 1 13:56:23 EDT 2011
On Tue, Nov 01, 2011 at 11:36:14AM -0500, H Hartley Sweeten wrote:
> > diff --git a/arch/arm/mach-ep93xx/include/mach/system.h b/arch/arm/mach-ep93xx/include/mach/system.h
> > index 6d661fe..bdf6c4f 100644
> > --- a/arch/arm/mach-ep93xx/include/mach/system.h
> > +++ b/arch/arm/mach-ep93xx/include/mach/system.h
> > @@ -11,8 +11,6 @@ static inline void arch_idle(void)
> >
> > static inline void arch_reset(char mode, const char *cmd)
> > {
> > - local_irq_disable();
> > -
> > /*
> > * Set then clear the SWRST bit to initiate a software reset
> > */
>
> For ep93xx.
>
> Acked-by: H Hartley Sweeten <hsweeten at visionengravers.com>
Thanks. I noticed that u300 had a comment which should've been deleted,
so I've also done that and removed the spatch from the commit log (as it
no longer reflects the patch.)
More information about the linux-arm-kernel
mailing list