ARM: 8010/1: avoid tracers in soft_restart
authorSebastian Capella <sebastian.capella@linaro.org>
Tue, 25 Mar 2014 00:18:35 +0000 (01:18 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 7 Apr 2014 11:10:00 +0000 (12:10 +0100)
Use of tracers in local_irq_disable is causes abort loops when called
with irqs disabled using a temporary stack.  Replace local_irq_disable
with raw_local_irq_disable instead to avoid tracers.

Signed-off-by: Sebastian Capella <sebastian.capella@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found