Skip to content
Commit a5fbb6d1 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

KVM: fix !SMP build error



fix a !SMP build error:

drivers/kvm/kvm_main.c: In function 'kvm_flush_remote_tlbs':
drivers/kvm/kvm_main.c:220: error: implicit declaration of function 'smp_call_function_mask'

(and also avoid unused function warning related to up_smp_call_function()
not making use of the 'func' parameter.)

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 0492007e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment