]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Move setjmp to the i386 directory
authorSimon Glass <sjg@chromium.org>
Mon, 16 Jan 2017 14:04:20 +0000 (07:04 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 7 Feb 2017 05:07:36 +0000 (13:07 +0800)
commit4d3ac6c3268d39929488c14d913af30f8de0368b
tree8688c64950c0b49cb6797a1affbbde8bca83c17d
parent8cfc966c777ae0effaeea40a96d62034b2f86b91
x86: Move setjmp to the i386 directory

This code is only used in 32-bit mode. Move it so that it does not get
built with 64-bit U-Boot.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/Makefile
arch/x86/cpu/i386/Makefile
arch/x86/cpu/i386/setjmp.S [moved from arch/x86/cpu/setjmp.S with 100% similarity]