Re: [PATCH 1/2] PCI: Do not use PCI ID macros in quirk names

2013-11-25 Thread Bjorn Helgaas
On Mon, Nov 11, 2013 at 6:40 AM, Michal Marek wrote: > Pasting the verbatim PCI_(VENDOR|DEVICE)_* macros in the __pci_fixup_* > symbol names results in insanely long names such as > >

Re: [PATCH 1/2] PCI: Do not use PCI ID macros in quirk names

2013-11-25 Thread Andi Kleen
> What's LTO? I guess it's Link Time Optimization? Is there any Yes. Link Time Optimization with modern gcc. > documentation about how it works or how to use it? It's still a separate tree, but bits'n'pieces are slowly making it into the kernel.

Re: [PATCH 1/2] PCI: Do not use PCI ID macros in quirk names

2013-11-25 Thread Bjorn Helgaas
On Tue, Nov 12, 2013 at 1:40 AM, Michal Marek wrote: > On 11.11.2013 14:40, Michal Marek wrote: >> Pasting the verbatim PCI_(VENDOR|DEVICE)_* macros in the __pci_fixup_* >> symbol names results in insanely long names such as >> >>

Re: [PATCH 1/2] PCI: Do not use PCI ID macros in quirk names

2013-11-25 Thread Bjorn Helgaas
On Tue, Nov 12, 2013 at 1:40 AM, Michal Marek mma...@suse.cz wrote: On 11.11.2013 14:40, Michal Marek wrote: Pasting the verbatim PCI_(VENDOR|DEVICE)_* macros in the __pci_fixup_* symbol names results in insanely long names such as

Re: [PATCH 1/2] PCI: Do not use PCI ID macros in quirk names

2013-11-25 Thread Andi Kleen
What's LTO? I guess it's Link Time Optimization? Is there any Yes. Link Time Optimization with modern gcc. documentation about how it works or how to use it? It's still a separate tree, but bits'n'pieces are slowly making it into the kernel.

Re: [PATCH 1/2] PCI: Do not use PCI ID macros in quirk names

2013-11-25 Thread Bjorn Helgaas
On Mon, Nov 11, 2013 at 6:40 AM, Michal Marek mma...@suse.cz wrote: Pasting the verbatim PCI_(VENDOR|DEVICE)_* macros in the __pci_fixup_* symbol names results in insanely long names such as

Re: [PATCH 1/2] PCI: Do not use PCI ID macros in quirk names

2013-11-12 Thread Michal Marek
On 11.11.2013 14:40, Michal Marek wrote: > Pasting the verbatim PCI_(VENDOR|DEVICE)_* macros in the __pci_fixup_* > symbol names results in insanely long names such as > > __pci_fixup_resumePCI_VENDOR_ID_SERVERWORKSPCI_DEVICE_ID_SERVERWORKS_HT1000SBquirk_disable_broadcom_boot_interrupt > > When

Re: [PATCH 1/2] PCI: Do not use PCI ID macros in quirk names

2013-11-12 Thread Michal Marek
On 11.11.2013 14:40, Michal Marek wrote: Pasting the verbatim PCI_(VENDOR|DEVICE)_* macros in the __pci_fixup_* symbol names results in insanely long names such as __pci_fixup_resumePCI_VENDOR_ID_SERVERWORKSPCI_DEVICE_ID_SERVERWORKS_HT1000SBquirk_disable_broadcom_boot_interrupt When LTO

[PATCH 1/2] PCI: Do not use PCI ID macros in quirk names

2013-11-11 Thread Michal Marek
Pasting the verbatim PCI_(VENDOR|DEVICE)_* macros in the __pci_fixup_* symbol names results in insanely long names such as __pci_fixup_resumePCI_VENDOR_ID_SERVERWORKSPCI_DEVICE_ID_SERVERWORKS_HT1000SBquirk_disable_broadcom_boot_interrupt When LTO adds its numeric suffix to such symbol, it

[PATCH 1/2] PCI: Do not use PCI ID macros in quirk names

2013-11-11 Thread Michal Marek
Pasting the verbatim PCI_(VENDOR|DEVICE)_* macros in the __pci_fixup_* symbol names results in insanely long names such as __pci_fixup_resumePCI_VENDOR_ID_SERVERWORKSPCI_DEVICE_ID_SERVERWORKS_HT1000SBquirk_disable_broadcom_boot_interrupt When LTO adds its numeric suffix to such symbol, it