commit | c0718c12fa2cd738951ff782c5b0d4f050ef2d1d | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Wed Oct 14 02:01:21 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Oct 21 07:46:27 2015 -0600 |
tree | 82ea6cb2db186c1620574c98dadb721219b081db | |
parent | 8331aa01f8ea8e43c94e7c6c9a3da38312020db1 [diff] |
x86: Pass correct cpu_index to ap_init() In sipi_vector.S, cpu_index (passed as %eax) is wrongly overwritten by the ap_init() function address. Correct it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>