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

Simon Glass sjg at chromium.org
Sun Oct 18 23:39:07 CEST 2015


On 15 October 2015 at 06:22, Simon Glass <sjg at chromium.org> wrote:
> 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.

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list