Re: [PATCH 12/23] clocksource: add clocksource_get_clock()

2007-01-31 Thread Daniel Walker
On Wed, 2007-01-31 at 12:46 +0100, Ingo Molnar wrote: > * Daniel Walker <[EMAIL PROTECTED]> wrote: > > > One new API call clocksource_get_clock() which allows clocks to be > > selected based on their name, or if the name is null the highest rated > > clock is returned. > > this one (and the dep

Re: [PATCH 12/23] clocksource: add clocksource_get_clock()

2007-01-31 Thread Ingo Molnar
* Daniel Walker <[EMAIL PROTECTED]> wrote: > One new API call clocksource_get_clock() which allows clocks to be > selected based on their name, or if the name is null the highest rated > clock is returned. this one (and the dependent APIs utilizations) look a step in the right direction to me

[PATCH 12/23] clocksource: add clocksource_get_clock()

2007-01-30 Thread Daniel Walker
One new API call clocksource_get_clock() which allows clocks to be selected based on their name, or if the name is null the highest rated clock is returned. Signed-Off-By: Daniel Walker <[EMAIL PROTECTED]> --- include/linux/clocksource.h | 12 kernel/time/clocksource.c | 18 ++