From: Ingo Molnar Date: Fri, 9 Nov 2007 21:39:38 +0000 (+0100) Subject: KVM: fix !SMP build error X-Git-Tag: v2.6.24-rc3~170^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5fbb6d1064be885d2a6b82f625186753cf74848;p=pandora-kernel.git 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 --- Reading git-diff-tree failed