commit | c35866678391861942b3836c219a8898a259255a | [log] [tgz] |
---|---|---|
author | Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> | Mon May 28 14:10:43 2012 +0800 |
committer | Avi Kivity <avi@redhat.com> | Mon May 28 17:41:15 2012 +0300 |
tree | 0ed5dcd923f1228ea1385e069fb8b47c8f3d2e62 | |
parent | b48b2c3e50433ff6f7e46186daa7f986bd960215 [diff] |
KVM: MMU: fix huge page adapted on non-PAE host The huge page size is 4M on non-PAE host, but 2M page size is used in transparent_hugepage_adjust(), so the page we get after adjust the mapping level is not the head page, the BUG_ON() will be triggered Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>