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)
commitc7d442f46c1bb18e48204f41c3d838c475eb5130
tree92e90ade6b214cc499c756b4176a769ff4cb7b49
parent95c52fe063351192e0f4ffb70ef9bac1aa26f5a4
ARM: 8010/1: avoid tracers in soft_restart

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>
arch/arm/kernel/process.c