Xiao Guangrong 25542c646a x86, tlb, UV: Do small micro-optimization for native_flush_tlb_others()
native_flush_tlb_others() is called from:

 flush_tlb_current_task()
 flush_tlb_mm()
 flush_tlb_page()

All these functions disable preemption explicitly, so we can use
smp_processor_id() instead of get_cpu() and put_cpu().

Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Cc: Cliff Wickman <cpw@sgi.com>
LKML-Reference: <4D7EC791.4040003@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2011-03-15 08:30:34 +01:00
..
2011-03-10 09:41:57 +01:00
2011-01-13 17:32:46 -08:00
2010-10-27 18:03:05 -07:00
2011-03-15 08:29:44 +01:00
2011-02-24 14:52:18 +01:00
2010-10-27 18:03:05 -07:00
2010-01-27 15:17:31 -08:00
2011-03-10 09:41:57 +01:00
2011-03-10 09:41:57 +01:00