ARM: ARMv7-M: Add support for exception handling
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 21 May 2010 17:06:42 +0000 (18:06 +0100)
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Wed, 17 Apr 2013 19:44:46 +0000 (21:44 +0200)
commit19c4d593f0b4bd46f6d923a3e514719982a22058
treed49347eeaf897139242020418fd104f1c2daed91
parent55bdd694116597d2f16510b121463cd579ba78da
ARM: ARMv7-M: Add support for exception handling

This patch implements the exception handling for the ARMv7-M
architecture (pretty different from the A or R profiles).

It bases on work done earlier by Catalin for 2.6.33 but was nearly
completely rewritten to use a pt_regs layout compatible to the A
profile.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Reviewed-by: Jonathan Austin <jonathan.austin@arm.com>
Tested-by: Jonathan Austin <jonathan.austin@arm.com>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
arch/arm/kernel/entry-common.S
arch/arm/kernel/entry-header.S
arch/arm/kernel/entry-v7m.S [new file with mode: 0644]
This page took 0.027464 seconds and 5 git commands to generate.