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

From: Andrew Morton
Date: Wed Aug 17 2005 - 18:34:20 EST


Nishanth Aravamudan <nacc@xxxxxxxxxx> 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 */
> +#ifndef MSEC_PER_SEC
> +#define MSEC_PER_SEC (1000L)
> +#endif
> +
> #ifndef USEC_PER_SEC
> #define USEC_PER_SEC (1000000L)
> #endif

Bah. There's no MSEC_PER_SEC defined anywhere in the tree, so the ifndef
isn't needed. Nor is the one for USEC_PER_SEC, come to that. I'll kill
them.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/