On Saturday 12 May 2007 17:43:45 Daniel Walker wrote:
quoted text > Just passing a string to mark_tsc_unstable() doesn't allow real code to change
> based on the reason for the instablility. I changed mark_tsc_unstable()
> to accept a string and a flag which denotes a general reason why the tsc
> is unstable, and can be evaluated in code.
>
> This is based off John Stultz patch to add the string reasons.
This seems ugly -- it would be better to just do whatever needs to
be doing in the caller instead of passing down a enum and then switch.
And why do you really need it anyways?
-Andi
-
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: [PATCH 1/2] non-string based tsc unstable reasons , Andi Kleen , (Sat May 12, 2:56 pm)