summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/setjmp.h
Commit message (Collapse)AuthorAgeFilesLines
* arm: Introduce setjmp/longjmpAlexander Graf2016-06-061-0/+99
To quit an EFI application we will need logic to jump to the caller of a function without returning from the function we called into, so we need setjmp/longjmp functionality. This patch introduces a trivial implementation of these that I verified works on armv7, thumb2 and aarch64. Signed-off-by: Alexander Graf <agraf@suse.de>
OpenPOWER on IntegriCloud