projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27c2381
)
KVM: Add missing #include
author
Avi Kivity
<avi@redhat.com>
Sun, 16 Aug 2009 12:31:33 +0000
(15:31 +0300)
committer
Avi Kivity
<avi@redhat.com>
Thu, 10 Sep 2009 07:46:49 +0000
(10:46 +0300)
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_para.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/include/asm/kvm_para.h
b/arch/x86/include/asm/kvm_para.h
index b8a3305ae093772f23a2dba14cdb4a446ae5a721..c584076a47f48acf8d77d57b5a610abf4e366bfa 100644
(file)
--- a/
arch/x86/include/asm/kvm_para.h
+++ b/
arch/x86/include/asm/kvm_para.h
@@
-1,6
+1,8
@@
#ifndef _ASM_X86_KVM_PARA_H
#define _ASM_X86_KVM_PARA_H
+#include <linux/types.h>
+
/* This CPUID returns the signature 'KVMKVMKVM' in ebx, ecx, and edx. It
* should be used to determine that a VM is running under KVM.
*/