commit | a5fbb6d1064be885d2a6b82f625186753cf74848 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Fri Nov 09 22:39:38 2007 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Nov 09 22:39:38 2007 +0100 |
tree | 98124e4c5905098f2bf452b05303ed6fb0ec80b9 | |
parent | 0492007ed9b53f6a2a2f983910d0fe7c97b09822 [diff] |
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: Ingo Molnar <mingo@elte.hu>