Re: [patch] x86: unify/rewrite SMP TSC sync code

From: Wink Saville
Date: Sun Nov 26 2006 - 03:18:13 EST


Robert Hancock wrote:
Actually, we need to ask the CPU/System makers to provide a system wide
Generally user mode code should just be using gettimeofday. When the TSC is usable as a sane time source, the kernel will use it. When it's not, it will use something else like the HPET, ACPI PM Timer or (at last resort) the PIT, in increasing degrees of slowness.


But gettimeofday is much too expensive compared to RDTSC.

Wink

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