KVM: MMU: Fix off-by-one calculating large page count
authorAvi Kivity <avi@redhat.com>
Sun, 29 Mar 2009 13:31:25 +0000 (16:31 +0300)
committerAvi Kivity <avi@redhat.com>
Wed, 22 Apr 2009 10:52:09 +0000 (13:52 +0300)
The large page initialization code concludes there are two large pages spanned
by a slot covering 1 (small) page starting at gfn 1.  This is incorrect, and
also results in incorrect write_count initialization in some cases (base = 1,
npages = 513 for example).

Cc: stable@kernel.org
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found