From: Avi Kivity Date: Fri, 2 May 2008 10:23:10 +0000 (+0300) Subject: KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large page X-Git-Tag: v2.6.26-rc2~80^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93df766322ba1db2801e4b826985a4932dd75866;p=pandora-kernel.git KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large page 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 --- Reading git-diff-tree failed