aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/rio/riotime.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/rio/riotime.h')
-rw-r--r--drivers/char/rio/riotime.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/rio/riotime.h b/drivers/char/rio/riotime.h
index 66d52bc0549b..35e01cd103d0 100644
--- a/drivers/char/rio/riotime.h
+++ b/drivers/char/rio/riotime.h
@@ -40,7 +40,7 @@
40 40
41#ifndef lint 41#ifndef lint
42#ifdef SCCS 42#ifdef SCCS
43static char *_rio_riotime_h_sccs = "@(#)riotime.h 1.1" ; 43static char *_rio_riotime_h_sccs = "@(#)riotime.h 1.1";
44#endif 44#endif
45#endif 45#endif
46 46
@@ -52,7 +52,7 @@ static char *_rio_riotime_h_sccs = "@(#)riotime.h 1.1" ;
52/************************************** 52/**************************************
53 * Convert a RIO tick (1/10th second) 53 * Convert a RIO tick (1/10th second)
54 * into transputer low priority ticks 54 * into transputer low priority ticks
55 *************************************/ 55 *************************************/
56#define RioTimeToLow(time) (time*(100000 / 64)) 56#define RioTimeToLow(time) (time*(100000 / 64))
57#define RioLowToTime(time) ((time*64)/100000) 57#define RioLowToTime(time) ((time*64)/100000)
58 58