Re: [PATCH 07/23] clocksource: rating sorted list

2007-01-31 Thread Daniel Walker
On Wed, 2007-01-31 at 10:34 +0100, Ingo Molnar wrote: > a rating change can occur due to other things as well, not only due to > 'tsc unstable' events. So keeping an API around that changes the rating > (and propagates all related changes), makes more sense to me. > > also, a pure function call

Re: [PATCH 07/23] clocksource: rating sorted list

2007-01-31 Thread Ingo Molnar
* Daniel Walker <[EMAIL PROTECTED]> wrote: > Converts the original plain list into a sorted list based on the clock > rating. Later in my tree this allows some of the variables to be > dropped since the highest rated clock is always at the front of the > list. This also does some other nice th