From: Xiantao Zhang Date: Sat, 8 Nov 2008 07:46:59 +0000 (+0800) Subject: KVM: ia64: fix vmm_spin_{un}lock for !CONFIG_SMP X-Git-Tag: v2.6.28-rc5~75^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60ff51eb26dfcfb0bdc807b09a096aeadd01325;p=pandora-kernel.git KVM: ia64: fix vmm_spin_{un}lock for !CONFIG_SMP In the case of !CONFIG_SMP, raw_spinlock_t is empty and the spinlock functions don't build. Fix by defining spinlock functions for the uniprocessor case. Signed-off-by: Xiantao Zhang Signed-off-by: Avi Kivity --- Reading git-diff-tree failed