tile: provide traceability for hypervisor calls
[pandora-kernel.git] / arch / tile / mm / migrate_64.S
index 1d15b10..a49eee3 100644 (file)
@@ -123,7 +123,7 @@ STD_ENTRY(flush_and_install_context)
        }
        {
         move r8, zero  /* asidcount */
-        jal hv_flush_remote
+        jal _hv_flush_remote
        }
        bnez r0, 1f
 
@@ -136,7 +136,7 @@ STD_ENTRY(flush_and_install_context)
         move r2, r_asid
         moveli r3, HV_CTX_DIRECTIO | CTX_PAGE_FLAG
        }
-       jal hv_install_context
+       jal _hv_install_context
        bnez r0, 1f
 
        /* Finally, flush the TLB. */