-
- Downloads
PCI: Only build PCI syscalls on architectures that want them
The PCI syscalls are built on every architecture except X86, but only a few have ever hooked them up. Use a new Kconfig symbol to save a couple of kB on the architectures that have never used the syscalls. Tested on x86 and ia64 only. Signed-off-by:Matthew Wilcox <matthew@wil.cx> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
Showing
- arch/alpha/Kconfig 3 additions, 0 deletionsarch/alpha/Kconfig
- arch/arm/Kconfig 3 additions, 0 deletionsarch/arm/Kconfig
- arch/ia64/Kconfig 4 additions, 2 deletionsarch/ia64/Kconfig
- arch/powerpc/Kconfig 4 additions, 2 deletionsarch/powerpc/Kconfig
- arch/ppc/Kconfig 4 additions, 2 deletionsarch/ppc/Kconfig
- arch/sparc/Kconfig 3 additions, 0 deletionsarch/sparc/Kconfig
- arch/sparc64/Kconfig 4 additions, 2 deletionsarch/sparc64/Kconfig
- drivers/pci/Makefile 1 addition, 3 deletionsdrivers/pci/Makefile
Loading
Please register or sign in to comment