VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / drivers / isdn / sc / hardware.h
index 49219ad..adde8fb 100644 (file)
  */
 
 /* Return the number of jiffies in a given number of msecs */
-#define milliseconds(x)        (x/(1000/HZ))
+#define milliseconds(x)        (((x)*HZ)/1000)
 
 /* Determine if a channel number is valid for the adapter */
 #define IS_VALID_CHANNEL(y,x)  ((x>0) && (x <= sc_adapter[y]->channels))