arm: use type jmp_buf instead of struct jmp_buf_data
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 2 Mar 2025 14:21:21 +0000 (15:21 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 10 Mar 2025 06:41:23 +0000 (07:41 +0100)
commit7cf559d4cb6dd19410bb46ea1fa2c1efc531fb04
treec3c298d383b4e1e2f09a66b62efc81d7448cb76f
parentf2806157472bf96a211c4d0319283a6a79614854
arm: use type jmp_buf instead of struct jmp_buf_data

Instead of using the implementation specific struct jmp_buf_data use the
standard compliant type jmp_buf when switching exception levels.

Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
arch/arm/cpu/armv7/exception_level.c
arch/arm/cpu/armv8/exception_level.c