Re: [PATCH] Turn rdmsr, rdtsc into inline functions, clarify names

From: Andi Kleen
Date: Mon Aug 07 2006 - 11:54:55 EST


> That way a driver could use
>
> if (gtod_cpu_cycles_needed <= 500)
> gettimeofday();
> else
> funky_fast_workaround();

Sounds like overengineering to me. I prefer something simple.

> OK, in total we have at least four ways of doing this:

Please don't get carried away with this. I'm really not interested
in any complex solutions here.

-Andi

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