diff options
author | Wei Huang <wehuang@redhat.com> | 2015-06-19 13:54:23 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-06-19 17:16:29 +0200 |
commit | 474a5bb944d2ad308a1360dcae72b16b8eecd250 (patch) | |
tree | 5da7334c0f015f03f519ba47b26ffc4ac0208a5a /arch/x86/kvm/x86.c | |
parent | c6702c9dcfe72b63a85e7ae35533c11e2b7c1040 (diff) | |
download | op-kernel-dev-474a5bb944d2ad308a1360dcae72b16b8eecd250.zip op-kernel-dev-474a5bb944d2ad308a1360dcae72b16b8eecd250.tar.gz |
KVM: x86/vPMU: introduce pmu.h header
This will be used for private function used by AMD- and Intel-specific
PMU implementations.
Signed-off-by: Wei Huang <wei@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r-- | arch/x86/kvm/x86.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index c34b52c..c386f0b 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c @@ -28,6 +28,7 @@ #include "x86.h" #include "cpuid.h" #include "assigned-dev.h" +#include "pmu.h" #include <linux/clocksource.h> #include <linux/interrupt.h> |