From: Avi Kivity Date: Wed, 13 Dec 2006 08:34:01 +0000 (-0800) Subject: [PATCH] KVM: Remove extranous put_cpu() from vcpu_put() X-Git-Tag: v2.6.20-rc1~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0770b19b94ed8fc97e1fcac91c320ec738919628;p=pandora-kernel.git [PATCH] KVM: Remove extranous put_cpu() from vcpu_put() The arch splitting patchset left an extra put_cpu() in core code, where it can cause trouble for CONFIG_PREEMPT kernels. Reported-by: Huihong Luo Signed-off-by: Avi Kivity Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed