From: Takuya Yoshikawa Date: Wed, 23 Jun 2010 05:59:29 +0000 (+0900) Subject: KVM: ia64: fix dirty_log_lock spin_lock section not to include get_dirty_log() X-Git-Tag: v2.6.36-rc1~580^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4482b06c0459469c101a1da3f4b24594da557f99;p=pandora-kernel.git KVM: ia64: fix dirty_log_lock spin_lock section not to include get_dirty_log() kvm_get_dirty_log() calls copy_to_user(). So we need to narrow the dirty_log_lock spin_lock section not to include this. Signed-off-by: Takuya Yoshikawa Signed-off-by: Avi Kivity --- Reading git-diff-tree failed