From: Takuya Yoshikawa Date: Tue, 7 Dec 2010 03:59:07 +0000 (+0900) Subject: KVM: MMU: Make the way of accessing lpage_info more generic X-Git-Tag: v2.6.38-rc1~244^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4dbf470096c51cb4785167ea59fdbdea87ccbe4;p=pandora-kernel.git KVM: MMU: Make the way of accessing lpage_info more generic Large page information has two elements but one of them, write_count, alone is accessed by a helper function. This patch replaces this helper function with more generic one which returns newly named kvm_lpage_info structure and use it to access the other element rmap_pde. Signed-off-by: Takuya Yoshikawa Signed-off-by: Avi Kivity --- Reading git-diff-tree failed