KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large page
authorAvi Kivity <avi@qumranet.com>
Fri, 2 May 2008 10:23:10 +0000 (13:23 +0300)
committerAvi Kivity <avi@qumranet.com>
Sun, 4 May 2008 11:44:49 +0000 (14:44 +0300)
nonpae guests can call rmap_write_protect twice per page (for page tables)
or four times per page (for page directories), triggering a bogus warning.

Remove the warning.

Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found