Re: [PATCH 01/20] PCI: remove __weak tag from pci_remap_iospace()

2017-03-01 Thread Arnd Bergmann
On Mon, Feb 27, 2017 at 4:14 PM, Lorenzo Pieralisi wrote: > pci_remap_iospace() is marked as a weak symbol even though > no architecture is currently overriding it; given that its > implementation internals have already code paths that are > arch specific (ie PCI_IOBASE

Re: [PATCH 01/20] PCI: remove __weak tag from pci_remap_iospace()

2017-03-01 Thread Arnd Bergmann
On Mon, Feb 27, 2017 at 4:14 PM, Lorenzo Pieralisi wrote: > pci_remap_iospace() is marked as a weak symbol even though > no architecture is currently overriding it; given that its > implementation internals have already code paths that are > arch specific (ie PCI_IOBASE and ioremap_page_range()

[PATCH 01/20] PCI: remove __weak tag from pci_remap_iospace()

2017-02-27 Thread Lorenzo Pieralisi
pci_remap_iospace() is marked as a weak symbol even though no architecture is currently overriding it; given that its implementation internals have already code paths that are arch specific (ie PCI_IOBASE and ioremap_page_range() attributes) there is no need to leave the weak symbol in the kernel

[PATCH 01/20] PCI: remove __weak tag from pci_remap_iospace()

2017-02-27 Thread Lorenzo Pieralisi
pci_remap_iospace() is marked as a weak symbol even though no architecture is currently overriding it; given that its implementation internals have already code paths that are arch specific (ie PCI_IOBASE and ioremap_page_range() attributes) there is no need to leave the weak symbol in the kernel