[U-Boot] [PATCH] x86: Pass correct cpu_index to ap_init()

Simon Glass sjg at chromium.org
Thu Oct 15 14:22:26 CEST 2015


Hi Bin,

On 14 October 2015 at 03:01, Bin Meng <bmeng.cn at gmail.com> wrote:
>
> 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 at gmail.com>
> ---
>
>  arch/x86/cpu/sipi_vector.S | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Acked-by: Simon Glass <sjg at chromium.org>

I wonder if this value is even useful, but we do use it for debug output.

Regards,
Simon


More information about the U-Boot mailing list