summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/setjmp.h
AgeCommit message (Collapse)Author
2016-10-18x86: Add implementations of setjmp() and longjmp()Simon Glass
Bring in these functions from Linux v4.4. They will be needed for EFI loader support. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>