diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-10-31 10:34:31 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-17 12:09:30 -0500 |
commit | 6a6f1efaced2ca7f8cd581a220af428c6bfc909d (patch) | |
tree | e1059901f3972c5870831cb301a131c953bd7464 /arch/arm/mach-ixp2000 | |
parent | 1ea6b8f48918282bdca0b32a34095504ee65bab5 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-ixp2000')
-rw-r--r-- | arch/arm/mach-ixp2000/include/mach/system.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ixp2000/include/mach/system.h b/arch/arm/mach-ixp2000/include/mach/system.h index de370992c848..810df7b93982 100644 --- a/arch/arm/mach-ixp2000/include/mach/system.h +++ b/arch/arm/mach-ixp2000/include/mach/system.h | |||
@@ -19,8 +19,6 @@ static inline void arch_idle(void) | |||
19 | 19 | ||
20 | static inline void arch_reset(char mode, const char *cmd) | 20 | static inline void arch_reset(char mode, const char *cmd) |
21 | { | 21 | { |
22 | local_irq_disable(); | ||
23 | |||
24 | /* | 22 | /* |
25 | * Reset flash banking register so that we are pointing at | 23 | * Reset flash banking register so that we are pointing at |
26 | * RedBoot bank. | 24 | * RedBoot bank. |