commit | c7d442f46c1bb18e48204f41c3d838c475eb5130 | [log] [tgz] |
---|---|---|
author | Sebastian Capella <sebastian.capella@linaro.org> | Tue Mar 25 01:18:35 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Apr 07 12:10:00 2014 +0100 |
tree | 92e90ade6b214cc499c756b4176a769ff4cb7b49 | |
parent | 95c52fe063351192e0f4ffb70ef9bac1aa26f5a4 [diff] |
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>