From: Zhang Xiantao Date: Fri, 14 Dec 2007 01:35:10 +0000 (+0800) Subject: KVM: Portability: Split mmu-related static inline functions to mmu.h X-Git-Tag: v2.6.25-rc1~1138^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d737c8a68736db36e0aa502ace9da240704c5ae;p=pandora-kernel.git KVM: Portability: Split mmu-related static inline functions to mmu.h Since these functions need to know the details of kvm or kvm_vcpu structure, it can't be put in x86.h. Create mmu.h to hold them. Signed-off-by: Zhang Xiantao Acked-by: Carsten Otte Signed-off-by: Avi Kivity --- Reading git-diff-tree failed