X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fx86%2Fcpu%2Fsipi_vector.S;h=94c0f5a702ba76d606182a2b5147e35f29a9bfbc;hb=806f86bd826e7a0fbefd4f34c550df400905992a;hp=bcef12c6f1cbc98b1373a88926974ad0c4e0d9c2;hpb=d81572c272d4b0980fb9b8a02e1357090b002398;p=u-boot diff --git a/arch/x86/cpu/sipi_vector.S b/arch/x86/cpu/sipi_vector.S index bcef12c6f1..94c0f5a702 100644 --- a/arch/x86/cpu/sipi_vector.S +++ b/arch/x86/cpu/sipi_vector.S @@ -190,9 +190,10 @@ load_msr: /* c_handler(cpu_num) */ movl %esi, %eax /* cpu_num */ - mov c_handler, %eax - call *%eax + mov c_handler, %esi + call *%esi + /* This matches struct sipi_param */ .align 4 .globl sipi_params sipi_params: