]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/sipi_vector.S
x86: ivybridge: Move LPC and PCH init into northbridge probe()
[u-boot] / arch / x86 / cpu / sipi_vector.S
index bcef12c6f1cbc98b1373a88926974ad0c4e0d9c2..0c4a157f38153682bba98193068b13f0c3fd8abc 100644 (file)
@@ -190,8 +190,8 @@ load_msr:
 
        /* c_handler(cpu_num) */
        movl    %esi, %eax      /* cpu_num */
-       mov     c_handler, %eax
-       call    *%eax
+       mov     c_handler, %esi
+       call    *%esi
 
        .align  4
 .globl sipi_params