KVM: x86: Remove useless regs_page pointer from kvm_lapic
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Sat, 5 Mar 2011 03:40:20 +0000 (12:40 +0900)
committerMarcelo Tosatti <mtosatti@redhat.com>
Thu, 17 Mar 2011 16:08:33 +0000 (13:08 -0300)
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 <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found