commit | 44ad9944f151390363fc6edaba466de8dfef050f | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Mon Jul 27 16:30:42 2009 +0200 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:33:18 2009 +0300 |
tree | 3870f0e2b5fcc265b688681329ecb1baa9f7c8b2 | |
parent | aed665f7bbacf09121370bc7e21b4cc7d55fc5ef [diff] |
KVM: MMU: make rmap code aware of mapping levels This patch removes the largepage parameter from the rmap_add function. Together with rmap_remove this function now uses the role.level field to find determine if the page is a huge page. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>