]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite6611f8bc5752a2fa0eca03be18cc96d3863ad86
tree92e90ade6b214cc499c756b4176a769ff4cb7b49
parent74b793bbb534ff82e3abd17f8bf9fae3e9bfdf0a
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