mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] pci: don't load acpi_php when acpi is disabled
@ 2007-12-12  4:14 Yinghai Lu
  2007-12-12  4:46 ` Andrew Morton
  0 siblings, 1 reply; 3+ messages in thread
From: Yinghai Lu @ 2007-12-12  4:14 UTC (permalink / raw)
  To: Andrew Morton; +Cc: LKML

[PATCH] pci: don't load acpi_php when acpi is disabled

when acpi=off and pci=nomsi, don't load acpiphp

Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>

diff --git a/drivers/pci/hotplug/acpiphp_core.c b/drivers/pci/hotplug/acpiphp_core.c
index c8c2638..84d66ba 100644
--- a/drivers/pci/hotplug/acpiphp_core.c
+++ b/drivers/pci/hotplug/acpiphp_core.c
@@ -392,6 +392,9 @@ static int __init acpiphp_init(void)
 {
 	info(DRIVER_DESC " version: " DRIVER_VERSION "\n");
 
+	if (acpi_pci_disabled)
+		return 0;
+
 	acpiphp_debug = debug;
 
 	/* read all the ACPI info from the system */
@@ -401,6 +404,9 @@ static int __init acpiphp_init(void)
 
 static void __exit acpiphp_exit(void)
 {
+	if (acpi_pci_disabled)
+		return 0;
+
 	/* deallocate internal data structures etc. */
 	acpiphp_glue_exit();
 }

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] pci: don't load acpi_php when acpi is disabled
  2007-12-12  4:14 [PATCH] pci: don't load acpi_php when acpi is disabled Yinghai Lu
@ 2007-12-12  4:46 ` Andrew Morton
  2007-12-12  5:49   ` Yinghai Lu
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Morton @ 2007-12-12  4:46 UTC (permalink / raw)
  To: Yinghai Lu; +Cc: LKML

On Tue, 11 Dec 2007 20:14:40 -0800 Yinghai Lu <Yinghai.Lu@Sun.COM> wrote:

> [PATCH] pci: don't load acpi_php when acpi is disabled
> 
> when acpi=off and pci=nomsi, don't load acpiphp
> 
> Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>
> 
> diff --git a/drivers/pci/hotplug/acpiphp_core.c b/drivers/pci/hotplug/acpiphp_core.c
> index c8c2638..84d66ba 100644
> --- a/drivers/pci/hotplug/acpiphp_core.c
> +++ b/drivers/pci/hotplug/acpiphp_core.c
> @@ -392,6 +392,9 @@ static int __init acpiphp_init(void)
>  {
>  	info(DRIVER_DESC " version: " DRIVER_VERSION "\n");
>  
> +	if (acpi_pci_disabled)
> +		return 0;
> +
>  	acpiphp_debug = debug;
>  
>  	/* read all the ACPI info from the system */
> @@ -401,6 +404,9 @@ static int __init acpiphp_init(void)
>  
>  static void __exit acpiphp_exit(void)
>  {
> +	if (acpi_pci_disabled)
> +		return 0;
> +
>  	/* deallocate internal data structures etc. */
>  	acpiphp_glue_exit();
>  }

OK, but there is some information missing in your patch descriptions: what
effect do these patches have?  Does the kernel crash without them?  Or is
there no effect at all?  Or something in between?

Thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] pci: don't load acpi_php when acpi is disabled
  2007-12-12  4:46 ` Andrew Morton
@ 2007-12-12  5:49   ` Yinghai Lu
  0 siblings, 0 replies; 3+ messages in thread
From: Yinghai Lu @ 2007-12-12  5:49 UTC (permalink / raw)
  To: Andrew Morton; +Cc: LKML

On Dec 11, 2007 8:46 PM, Andrew Morton <akpm@linux-foundation.org> wrote:
> On Tue, 11 Dec 2007 20:14:40 -0800 Yinghai Lu <Yinghai.Lu@Sun.COM> wrote:
>
> > [PATCH] pci: don't load acpi_php when acpi is disabled
> >
> > when acpi=off and pci=nomsi, don't load acpiphp
> >
> > Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>
> >
> > diff --git a/drivers/pci/hotplug/acpiphp_core.c b/drivers/pci/hotplug/acpiphp_core.c
> > index c8c2638..84d66ba 100644
> > --- a/drivers/pci/hotplug/acpiphp_core.c
> > +++ b/drivers/pci/hotplug/acpiphp_core.c
> > @@ -392,6 +392,9 @@ static int __init acpiphp_init(void)
> >  {
> >       info(DRIVER_DESC " version: " DRIVER_VERSION "\n");
> >
> > +     if (acpi_pci_disabled)
> > +             return 0;
> > +
> >       acpiphp_debug = debug;
> >
> >       /* read all the ACPI info from the system */
> > @@ -401,6 +404,9 @@ static int __init acpiphp_init(void)
> >
> >  static void __exit acpiphp_exit(void)
> >  {
> > +     if (acpi_pci_disabled)
> > +             return 0;
> > +
> >       /* deallocate internal data structures etc. */
> >       acpiphp_glue_exit();
> >  }
>
> OK, but there is some information missing in your patch descriptions: what
> effect do these patches have?  Does the kernel crash without them?  Or is
> there no effect at all?  Or something in between?

warning when use acpi=off to disable acpi in kernel

AER service couldn't init device 0000:00:0a.0:pcie01 - no _OSC support
AER service couldn't init device 0000:00:0e.0:pcie01 - no _OSC support
AER service couldn't init device 0000:00:0f.0:pcie01 - no _OSC support
AER service couldn't init device 0000:80:0b.0:pcie01 - no _OSC support
AER service couldn't init device 0000:80:0e.0:pcie01 - no _OSC support
AER service couldn't init device 0000:80:0f.0:pcie01 - no _OSC support

pci_hotplug: PCI Hot Plug PCI Core version: 0.5
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
ACPI Exception (utmutex-0263): AE_BAD_PARAMETER, Thread
FFFF81103CC54000 could not acquire Mutex [1] [20070126]

Thanks

Yinghai Lu

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-12-12  5:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-12  4:14 [PATCH] pci: don't load acpi_php when acpi is disabled Yinghai Lu
2007-12-12  4:46 ` Andrew Morton
2007-12-12  5:49   ` Yinghai Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®