
14 Jan
2017
14 Jan
'17
2:32 p.m.
On Sun, Nov 20, 2016 at 4:25 AM, Simon Glass sjg@chromium.org wrote:
We don't have the code for this yet. Add a dummy version for now, so that EFI builds correctly.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Add the 'val' parameter to longjmp()
arch/x86/cpu/x86_64/Makefile | 2 +- arch/x86/cpu/x86_64/setjmp.c | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 arch/x86/cpu/x86_64/setjmp.c
Reviewed-by: Bin Meng bmeng.cn@gmail.com