projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc05868
)
KVM: x86: Fix typos in cpuid.c
author
Guo Chao
<yan@linux.vnet.ibm.com>
Thu, 28 Jun 2012 07:20:58 +0000
(15:20 +0800)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Fri, 20 Jul 2012 18:27:00 +0000
(15:27 -0300)
Signed-off-by: Guo Chao <yan@linux.vnet.ibm.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/cpuid.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kvm/cpuid.c
b/arch/x86/kvm/cpuid.c
index 0595f1397b7c0013058afec906e5d329f0d7f7d0..b496da684bd697ce2b50384f310af6d6af26d661 100644
(file)
--- a/
arch/x86/kvm/cpuid.c
+++ b/
arch/x86/kvm/cpuid.c
@@
-316,7
+316,7
@@
static int do_cpuid_ent(struct kvm_cpuid_entry2 *entry, u32 function,
}
case 7: {
entry->flags |= KVM_CPUID_FLAG_SIGNIFCANT_INDEX;
- /* Mask ebx against host cap
b
ability word 9 */
+ /* Mask ebx against host capability word 9 */
if (index == 0) {
entry->ebx &= kvm_supported_word9_x86_features;
cpuid_mask(&entry->ebx, 9);