commit | 70785638d3157be56960b156cb86f00783bf876b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Oct 17 20:29:07 2016 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 18 15:58:50 2016 +0800 |
tree | accf57d30c4d04ae6daa0278f1d4358949dcba1f | |
parent | 120b041f6c76cf16214a7bb5016b28cadf75d0ba [diff] |
x86: Add implementations of setjmp() and longjmp() 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>