Re: runqueue locks in schedule()

2008-01-17 Thread Peter Zijlstra
[ At the very least CC'ing the scheduler maintainer would be helpful :-) ] On Wed, 2008-01-16 at 16:29 -0800, stephane eranian wrote: Hello, As suggested by people on this list, I have changed perfmon2 to use the high resolution timers as the interface to allow timeout-based event set

RE: [PATCH] Export three symbols out.

2008-01-17 Thread Luck, Tony
I can apply this when the kvm code is ready (and I think that is close). One change that I will make to for all three to be EXPORT_SYMBOL_GPL. -Tony - To unsubscribe from this list: send the line unsubscribe linux-ia64 in the body of a message to [EMAIL PROTECTED] More majordomo info at

[PATCH 4/6] ia64: Use generic percpu

2008-01-17 Thread travis
ia64 has a special processor specific mapping that can be used to locate the offset for the current per cpu area. Cc: linux-ia64@vger.kernel.org Cc: [EMAIL PROTECTED] Signed-off-by: Christoph Lameter [EMAIL PROTECTED] Signed-off-by: Mike Travis [EMAIL PROTECTED] --- V1-V2: - Merge fixes - Remove

Re: runqueue locks in schedule()

2008-01-17 Thread Nick Piggin
On Friday 18 January 2008 00:24, Peter Zijlstra wrote: [ At the very least CC'ing the scheduler maintainer would be helpful :-) ] On Wed, 2008-01-16 at 16:29 -0800, stephane eranian wrote: Hello, As suggested by people on this list, I have changed perfmon2 to use the high resolution

Re: runqueue locks in schedule()

2008-01-17 Thread stephane eranian
Nick, On Jan 18, 2008 3:07 AM, Nick Piggin [EMAIL PROTECTED] wrote: On Friday 18 January 2008 00:24, Peter Zijlstra wrote: [ At the very least CC'ing the scheduler maintainer would be helpful :-) ] On Wed, 2008-01-16 at 16:29 -0800, stephane eranian wrote: Hello, As suggested