Re: Linux 2.4.19-pre5: hotplug config

Eyal Lebedinsky (eyal@eyal.emu.id.au)
Sun, 31 Mar 2002 10:39:10 +1000


This is a multi-part message in MIME format.
--------------85BC3090E144680B4E71D91C
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Marcelo Tosatti wrote:
>
> Hi,
>
> Here goes pre5.

While we are cleaning up configs, here is another one (I think
mentioned a while ago) that removes the unresolved ref to
IO_APIC_get_PCI_irq_vector
from ibmphp.o if IO_APIC is not selected.

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>
--------------85BC3090E144680B4E71D91C
Content-Type: text/plain; charset=us-ascii;
 name="2.4.19-pre5-ibmphp.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="2.4.19-pre5-ibmphp.patch"

--- linux/drivers/hotplug/Config.in.orig Sun Mar 31 10:04:45 2002 +++ linux/drivers/hotplug/Config.in Sun Mar 31 10:06:01 2002 @@ -8,7 +8,9 @@ dep_tristate ' Compaq PCI Hotplug driver' CONFIG_HOTPLUG_PCI_COMPAQ $CONFIG_HOTPLUG_PCI $CONFIG_X86 dep_mbool ' Save configuration into NVRAM on Compaq servers' CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM $CONFIG_HOTPLUG_PCI_COMPAQ -dep_tristate ' IBM PCI Hotplug driver' CONFIG_HOTPLUG_PCI_IBM $CONFIG_HOTPLUG_PCI $CONFIG_X86_IO_APIC $CONFIG_X86 +if [ "$CONFIG_X86_IO_APIC" = "y" ]; then + dep_tristate ' IBM PCI Hotplug driver' CONFIG_HOTPLUG_PCI_IBM $CONFIG_HOTPLUG_PCI $CONFIG_X86 +fi dep_tristate ' ACPI PCI Hotplug driver' CONFIG_HOTPLUG_PCI_ACPI $CONFIG_ACPI $CONFIG_HOTPLUG_PCI endmenu

--------------85BC3090E144680B4E71D91C--

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/