Re: [PATCH] [14/58] x86_64: Add on_cpu_single

2007-07-19 Thread Andi Kleen
> But probably you should just drop this ... with smp_call_function_single's > new semantics, I don't see this function growing any users. The new sched-clock uses it, but i'll update it to use smp_call_function_single Thanks -Andi - To unsubscribe from this list: send the line "unsubscribe lin

Re: [PATCH] [14/58] x86_64: Add on_cpu_single

2007-07-19 Thread Satyam Sharma
Hi Andi, On 7/19/07, Andi Kleen <[EMAIL PROTECTED]> wrote: Call a function on a target CPU but do the right thing when we're already on that CPU. That's the main difference from smp_call_function_single which does the wrong thing in this case (erroring out) I think this is no longer the case,