CLOCK_REALTIME_RES and nanosecond resolution

From: Benjamin Herrenschmidt
Date: Mon Nov 07 2005 - 21:55:37 EST


Hi !

I noticed that we set

#define CLOCK_REALTIME_RES TICK_NSEC /* In nano seconds. */

Unconditionally in kernel/posix-timer.c

Doesn't that mean that we'll advertise to userland (via clock_getres) a
resolution that is basically HZ ? We do get at lenght to get more
precise (up to ns) resolution in practice on many architectures but we
don't expose that to userland at all. Is this normal ?

Ben.


-
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/