X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fx86%2Fcpu%2Fsipi_vector.S;h=94c0f5a702ba76d606182a2b5147e35f29a9bfbc;hb=377656b2cc3be3e704fc574041669a4a84ea6bb8;hp=bcef12c6f1cbc98b1373a88926974ad0c4e0d9c2;hpb=3f2f1a00394eb7ce7176f9d0930e40e55ba2c79c;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: