summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/mmu.c
diff options
context:
space:
mode:
authorZhang Xiantao <xiantao.zhang@intel.com>2007-12-14 09:35:10 +0800
committerAvi Kivity <avi@qumranet.com>2008-01-30 17:58:09 +0200
commit1d737c8a68736db36e0aa502ace9da240704c5ae (patch)
treefb3bd80ccd7d0068563791d1ef0db24f035f71f8 /drivers/kvm/mmu.c
parentad312c7c79f781c822e37effe41307503a2bb85b (diff)
downloadop-kernel-dev-1d737c8a68736db36e0aa502ace9da240704c5ae.zip
op-kernel-dev-1d737c8a68736db36e0aa502ace9da240704c5ae.tar.gz
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 <xiantao.zhang@intel.com> Acked-by: Carsten Otte <cotte@de.ibm.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/mmu.c')
-rw-r--r--drivers/kvm/mmu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/kvm/mmu.c b/drivers/kvm/mmu.c
index da1dedb..1dc0e8c 100644
--- a/drivers/kvm/mmu.c
+++ b/drivers/kvm/mmu.c
@@ -20,6 +20,7 @@
#include "vmx.h"
#include "kvm.h"
#include "x86.h"
+#include "mmu.h"
#include <linux/types.h>
#include <linux/string.h>
OpenPOWER on IntegriCloud