search for: xen_setup_acpi_sci

Displaying 6 results from an estimated 6 matches for "xen_setup_acpi_sci".

2011 Jul 03
1
[PATCH] Modpost section mismatch fix
[Sorry if duplicate, one earlier was corrupt] Hi, I got section mismatches reported by modpost in latest build. It got reported for xen_register_pirq and xen_unplug_emulated_devices functions. xen_register_pirq makes reference to acpi_sci_override_gsi in init.data section; marking xen_register_pirq with __init is not feasible since calls are made to it from
2011 Jul 03
1
[PATCH] Modpost section mismatch fix
[Sorry if duplicate, one earlier was corrupt] Hi, I got section mismatches reported by modpost in latest build. It got reported for xen_register_pirq and xen_unplug_emulated_devices functions. xen_register_pirq makes reference to acpi_sci_override_gsi in init.data section; marking xen_register_pirq with __init is not feasible since calls are made to it from
2011 Jul 03
1
[PATCH] Modpost section mismatch fix
[Sorry if duplicate, one earlier was corrupt] Hi, I got section mismatches reported by modpost in latest build. It got reported for xen_register_pirq and xen_unplug_emulated_devices functions. xen_register_pirq makes reference to acpi_sci_override_gsi in init.data section; marking xen_register_pirq with __init is not feasible since calls are made to it from
2012 Jan 06
3
[PATCH] xen: remove CONFIG_XEN_DOM0 compile option
...4,7 +321,6 @@ static int xen_initdom_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) out: return ret; } -#endif static void xen_teardown_msi_irqs(struct pci_dev *dev) { @@ -392,7 +388,6 @@ int __init pci_xen_hvm_init(void) return 0; } -#ifdef CONFIG_XEN_DOM0 static __init void xen_setup_acpi_sci(void) { int rc; @@ -539,4 +534,3 @@ int xen_unregister_device_domain_owner(struct pci_dev *dev) return 0; } EXPORT_SYMBOL_GPL(xen_unregister_device_domain_owner); -#endif diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index 26c731a..3c7e89a 100644 --- a/arch/x86/xen/Kconfig +++ b/a...
2012 Jan 06
3
[PATCH] xen: remove CONFIG_XEN_DOM0 compile option
...4,7 +321,6 @@ static int xen_initdom_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) out: return ret; } -#endif static void xen_teardown_msi_irqs(struct pci_dev *dev) { @@ -392,7 +388,6 @@ int __init pci_xen_hvm_init(void) return 0; } -#ifdef CONFIG_XEN_DOM0 static __init void xen_setup_acpi_sci(void) { int rc; @@ -539,4 +534,3 @@ int xen_unregister_device_domain_owner(struct pci_dev *dev) return 0; } EXPORT_SYMBOL_GPL(xen_unregister_device_domain_owner); -#endif diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index 26c731a..3c7e89a 100644 --- a/arch/x86/xen/Kconfig +++ b/a...
2012 Jan 06
3
[PATCH] xen: remove CONFIG_XEN_DOM0 compile option
...4,7 +321,6 @@ static int xen_initdom_setup_msi_irqs(struct pci_dev *dev, int nvec, int type) out: return ret; } -#endif static void xen_teardown_msi_irqs(struct pci_dev *dev) { @@ -392,7 +388,6 @@ int __init pci_xen_hvm_init(void) return 0; } -#ifdef CONFIG_XEN_DOM0 static __init void xen_setup_acpi_sci(void) { int rc; @@ -539,4 +534,3 @@ int xen_unregister_device_domain_owner(struct pci_dev *dev) return 0; } EXPORT_SYMBOL_GPL(xen_unregister_device_domain_owner); -#endif diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig index 26c731a..3c7e89a 100644 --- a/arch/x86/xen/Kconfig +++ b/a...