]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: PCI: Make pcibios_set_cache_line_size an initcall
authorPaul Burton <paul.burton@imgtec.com>
Wed, 5 Oct 2016 17:18:09 +0000 (18:18 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 6 Oct 2016 15:57:41 +0000 (17:57 +0200)
commitf474ba9d9f275fc3bfe459b48bfc17ddd8e1f4cb
tree78b685f015fc1c9c73f61ef45a7a583e01d7714d
parent88555b481958083b1b928a4ba5c6e3bc606ce34b
MIPS: PCI: Make pcibios_set_cache_line_size an initcall

In preparation for allowing configurations in which pcibios_init is not
included, make pcibios_set_cache_line_size an initcall. arch_initcall is
used such that it runs before the pcibios_init subsys_initcall for
platforms that continue to use it.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14342/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/pci/pci.c