From: Russell King Date: Mon, 31 Oct 2011 14:34:31 +0000 (+0000) Subject: ARM: restart: remove local_irq_disable() from within arch_reset() X-Git-Tag: v3.3-rc1~141^2~3^2~9^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a6f1efaced2ca7f8cd581a220af428c6bfc909d;p=pandora-kernel.git 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 Acked-by: Nicolas Pitre Acked-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed