Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287618
b: refs/heads/master
c: 207d543
h: refs/heads/master
v: v3
  • Loading branch information
Stefano Stabellini authored and Konrad Rzeszutek Wilk committed Feb 3, 2012
1 parent 340a177 commit d76590c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 41bd956de3dfdc3a43708fe2e0c8096c69064a1e
refs/heads/master: 207d543f472c1ac9552df79838dc807cbcaa9740
2 changes: 1 addition & 1 deletion trunk/arch/x86/pci/xen.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ int __init pci_xen_init(void)

int __init pci_xen_hvm_init(void)
{
if (!xen_feature(XENFEAT_hvm_pirqs))
if (!xen_have_vector_callback || !xen_feature(XENFEAT_hvm_pirqs))
return 0;

#ifdef CONFIG_ACPI
Expand Down

0 comments on commit d76590c

Please sign in to comment.