From: Avi Kivity Date: Sat, 30 Dec 2006 00:49:37 +0000 (-0800) Subject: [PATCH] KVM: Simplify is_long_mode() X-Git-Tag: v2.6.20-rc3~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9058ecd3cd72634cf548588ce79b3f225c9ca32;p=pandora-kernel.git [PATCH] KVM: Simplify is_long_mode() Instead of doing tricky stuff with the arch dependent virtualization registers, take a peek at the guest's efer. This simlifies some code, and fixes some confusion in the mmu branch. Signed-off-by: Avi Kivity Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed