git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83d87d1
)
KVM: Use new smp_call_function_mask() in kvm_flush_remote_tlbs()
author
Laurent Vivier
<Laurent.Vivier@bull.net>
Mon, 22 Oct 2007 14:33:07 +0000
(16:33 +0200)
committer
Avi Kivity
<avi@qumranet.com>
Mon, 22 Oct 2007 15:21:54 +0000
(17:21 +0200)
In kvm_flush_remote_tlbs(), replace a loop using smp_call_function_single()
by a single call to smp_call_function_mask() (which is new for x86_64).
Signed-off-by: Laurent Vivier <Laurent.Vivier@bull.net>
Signed-off-by: Avi Kivity <avi@qumranet.com>
No differences found