aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/include/hv/hypervisor.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/include/hv/hypervisor.h')
-rw-r--r--arch/tile/include/hv/hypervisor.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/tile/include/hv/hypervisor.h b/arch/tile/include/hv/hypervisor.h
index f672544cd4f9..103986b0c10a 100644
--- a/arch/tile/include/hv/hypervisor.h
+++ b/arch/tile/include/hv/hypervisor.h
@@ -964,6 +964,11 @@ HV_ASIDRange hv_inquire_asid(int idx);
964 964
965/** Waits for at least the specified number of nanoseconds then returns. 965/** Waits for at least the specified number of nanoseconds then returns.
966 * 966 *
967 * NOTE: this deprecated function currently assumes a 750 MHz clock,
968 * and is thus not generally suitable for use. New code should call
969 * hv_sysconf(HV_SYSCONF_CPU_SPEED), compute a cycle count to wait for,
970 * and delay by looping while checking the cycle counter SPR.
971 *
967 * @param nanosecs The number of nanoseconds to sleep. 972 * @param nanosecs The number of nanoseconds to sleep.
968 */ 973 */
969void hv_nanosleep(int nanosecs); 974void hv_nanosleep(int nanosecs);