Re: [-mm PATCH 1/32] include: update jiffies/{m,u}secs conversion functions

2005-08-17 Thread Nishanth Aravamudan
On 17.08.2005 [16:35:06 -0700], Andrew Morton wrote: > Nishanth Aravamudan <[EMAIL PROTECTED]> wrote: > > > > Description: Clarify the human-time units to jiffies conversion > > functions by using the constants in time.h. This makes many of the > > subsequent patches direct copies of the current co

Re: [-mm PATCH 1/32] include: update jiffies/{m,u}secs conversion functions

2005-08-17 Thread Andrew Morton
Nishanth Aravamudan <[EMAIL PROTECTED]> wrote: > > Description: Clarify the human-time units to jiffies conversion > functions by using the constants in time.h. This makes many of the > subsequent patches direct copies of the current code. > > > /* Parameters used to convert the timespec values

[-mm PATCH 1/32] include: update jiffies/{m,u}secs conversion functions

2005-08-15 Thread Nishanth Aravamudan
Description: Clarify the human-time units to jiffies conversion functions by using the constants in time.h. This makes many of the subsequent patches direct copies of the current code. Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]> --- include/linux/jiffies.h | 40