From: Xiao Guangrong Date: Fri, 4 Mar 2011 11:01:10 +0000 (+0800) Subject: KVM: MMU: cleanup page alloc and free X-Git-Tag: v2.6.39-rc1~436^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=842f22ed9b3c545e7c53adbdea0d82efdcd1aa7f;p=pandora-kernel.git KVM: MMU: cleanup page alloc and free Using __get_free_page instead of alloc_page and page_address, using free_page instead of __free_page and virt_to_page Signed-off-by: Xiao Guangrong Signed-off-by: Avi Kivity --- Reading git-diff-tree failed