Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186044
b: refs/heads/master
c: 6d3e435
h: refs/heads/master
v: v3
  • Loading branch information
Gui Jianfeng authored and Marcelo Tosatti committed Mar 1, 2010
1 parent d30089e commit d6d5de2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 59200273c4d07ddf99dd3c8d91b90bb170457fc3
refs/heads/master: 6d3e435e708fa32f99b780caf6c5508a606a513b
4 changes: 1 addition & 3 deletions trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,7 @@ static inline int cpu_has_vmx_ple(void)

static inline int vm_need_virtualize_apic_accesses(struct kvm *kvm)
{
return flexpriority_enabled &&
(cpu_has_vmx_virtualize_apic_accesses()) &&
(irqchip_in_kernel(kvm));
return flexpriority_enabled && irqchip_in_kernel(kvm);
}

static inline int cpu_has_vmx_vpid(void)
Expand Down

0 comments on commit d6d5de2

Please sign in to comment.