aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/oprofile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-05-13 08:55:06 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-05-13 08:55:06 +0100
commitced736bf180ffb22d42bdd0c82ce60eb8816ef4c (patch)
treeec34cafa3876cf380ffd6a226bccdd5c84210d46 /xen/arch/x86/oprofile
parentf4de8d0315ec9ae49686c04a8be3125dea913e3a (diff)
downloadxen-ced736bf180ffb22d42bdd0c82ce60eb8816ef4c.tar.gz
xen-ced736bf180ffb22d42bdd0c82ce60eb8816ef4c.tar.bz2
xen-ced736bf180ffb22d42bdd0c82ce60eb8816ef4c.zip
VPMU: Migrate vpmu files into public folders
Signed-off-by: Wei Wang <wei.wang2@amd.com>
Diffstat (limited to 'xen/arch/x86/oprofile')
-rw-r--r--xen/arch/x86/oprofile/op_model_ppro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/oprofile/op_model_ppro.c b/xen/arch/x86/oprofile/op_model_ppro.c
index 112824c14c..598b9e47aa 100644
--- a/xen/arch/x86/oprofile/op_model_ppro.c
+++ b/xen/arch/x86/oprofile/op_model_ppro.c
@@ -18,7 +18,7 @@
#include <xen/sched.h>
#include <asm/regs.h>
#include <asm/current.h>
-#include <asm/hvm/vmx/vpmu.h>
+#include <asm/hvm/vpmu.h>
#include <asm/hvm/vmx/vpmu_core2.h>
#include "op_x86_model.h"