Re: [rfc][patch] x86-64 new smp_call_function design

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Nick Piggin
Date: Wednesday, February 27, 2008 - 6:07 am

On Wed, Feb 27, 2008 at 02:04:18PM +0100, Andi Kleen wrote:

*vmalloc* TLB flushing. 

void flush_tlb_all(void)
{
        on_each_cpu(do_flush_tlb_all, NULL, 1, 1);
}

Of course we could use a new vector for it and speed it up a lot more,
but after my vmalloc improvements I think that would be a waste of a
vector at this point.

 

Oh really? Coming from what callers?
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[rfc][patch] x86-64 new smp_call_function design, Nick Piggin, (Wed Feb 27, 5:42 am)
Re: [rfc][patch] x86-64 new smp_call_function design, Andi Kleen, (Wed Feb 27, 6:04 am)
Re: [rfc][patch] x86-64 new smp_call_function design, Nick Piggin, (Wed Feb 27, 6:07 am)
Re: [rfc][patch] x86-64 new smp_call_function design, Ingo Molnar, (Wed Feb 27, 6:27 am)
Re: [rfc][patch] x86-64 new smp_call_function design, Andi Kleen, (Wed Feb 27, 6:33 am)
Re: [rfc][patch] x86-64 new smp_call_function design, Nick Piggin, (Wed Feb 27, 6:50 am)
Re: [rfc][patch] x86-64 new smp_call_function design, Ingo Molnar, (Wed Feb 27, 8:02 am)
Re: [rfc][patch] x86-64 new smp_call_function design, Nick Piggin, (Wed Feb 27, 3:14 pm)
Re: [rfc][patch] x86-64 new smp_call_function design, Ingo Molnar, (Thu Feb 28, 1:45 am)
Re: [rfc][patch] x86-64 new smp_call_function design, Andi Kleen, (Thu Feb 28, 5:55 am)
Re: [rfc][patch] x86-64 new smp_call_function design, Avi Kivity, (Sun Mar 16, 7:33 am)