From: Takuya Yoshikawa Date: Sat, 5 Mar 2011 03:40:20 +0000 (+0900) Subject: KVM: x86: Remove useless regs_page pointer from kvm_lapic X-Git-Tag: v2.6.39-rc1~436^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc20184b7d24693a934f652e135598a497c9448;p=pandora-kernel.git KVM: x86: Remove useless regs_page pointer from kvm_lapic Access to this page is mostly done through the regs member which holds the address to this page. The exceptions are in vmx_vcpu_reset() and kvm_free_lapic() and these both can easily be converted to using regs. Signed-off-by: Takuya Yoshikawa Signed-off-by: Avi Kivity --- Reading git-diff-tree failed