projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1291a0d
)
xen/pci: Use acpi_noirq_set() helper to avoid #ifdef
author
Andy Shevchenko
<andriy.shevchenko@linux.intel.com>
Fri, 10 Nov 2017 18:08:19 +0000
(20:08 +0200)
committer
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 19 Dec 2017 05:09:08 +0000
(23:09 -0600)
No need to keep an #ifdef since we have a helper (in x86 world). Use it
instead.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/x86/pci/xen.c
patch
|
blob
|
history
diff --git
a/arch/x86/pci/xen.c
b/arch/x86/pci/xen.c
index c4b3646bd04c835692b7f28a531310087fbf99d1..9542a746dc50ed62d1d34b98a368f5d85b5be6d5 100644
(file)
--- a/
arch/x86/pci/xen.c
+++ b/
arch/x86/pci/xen.c
@@
-409,10
+409,8
@@
int __init pci_xen_init(void)
pcibios_enable_irq = xen_pcifront_enable_irq;
pcibios_disable_irq = NULL;
-#ifdef CONFIG_ACPI
/* Keep ACPI out of the picture */
- acpi_noirq = 1;
-#endif
+ acpi_noirq_set();
#ifdef CONFIG_PCI_MSI
x86_msi.setup_msi_irqs = xen_setup_msi_irqs;