From: Mohammed Gamal Date: Sat, 12 Jul 2008 13:02:08 +0000 (+0300) Subject: KVM: VMX: Remove redundant check in handle_rmode_exception X-Git-Tag: v2.6.28-rc1~269^2~121 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60bd83a125030878665684f353c7d36fd54f09fd;p=pandora-kernel.git KVM: VMX: Remove redundant check in handle_rmode_exception Since checking for vcpu->arch.rmode.active is already done whenever we call handle_rmode_exception(), checking it inside the function is redundant. Signed-off-by: Mohammed Gamal Signed-off-by: Avi Kivity --- Reading git-diff-tree failed