]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: restart: remove local_irq_disable() from within arch_reset()
authorRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 31 Oct 2011 14:34:31 +0000 (14:34 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 10 Nov 2011 22:30:41 +0000 (22:30 +0000)
commit2b0f28e4267490e14a5f5832614079b418277b05
tree77b96101bbdbd7fbafec58616b7d1e2667ab5e41
parent4d7808e8915cb70f3fd992d941f322aa407062b8
ARM: restart: remove local_irq_disable() from within arch_reset()

IRQs are already disabled by the time arch_reset() is called, so these
calls to local_irq_disable() instead arch_reset() are redundant.  Remove
them.

Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-ep93xx/include/mach/system.h
arch/arm/mach-iop32x/include/mach/system.h
arch/arm/mach-ixp2000/include/mach/system.h
arch/arm/mach-lpc32xx/include/mach/system.h
arch/arm/mach-shark/core.c
arch/arm/mach-u300/include/mach/system.h