summaryrefslogtreecommitdiffstats
path: root/arch/s390
diff options
context:
space:
mode:
authorSebastian Ott <sebott@linux.vnet.ibm.com>2017-03-27 19:09:15 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2017-04-05 07:35:23 +0200
commitb18601b076fe32c6556e9bfe7cb811d86625e450 (patch)
treedc5f011456e61c858312e7331d58fb60d3ee5247 /arch/s390
parentb0c8ce897a42ab357001f275fa80ba82c8d4555f (diff)
downloadop-kernel-dev-b18601b076fe32c6556e9bfe7cb811d86625e450.zip
op-kernel-dev-b18601b076fe32c6556e9bfe7cb811d86625e450.tar.gz
s390/pci: increase the PCI_NR_FUNCTIONS default
Users complained that they are hitting the limit of 64 functions (some physical functions can spawn lots of virtual functions). Double the default limit. With the latest savings in static data usage this increases the image size by only 520 bytes. Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390')
-rw-r--r--arch/s390/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index ca2fe76..249c277 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -624,7 +624,7 @@ if PCI
config PCI_NR_FUNCTIONS
int "Maximum number of PCI functions (1-4096)"
range 1 4096
- default "64"
+ default "128"
help
This allows you to specify the maximum number of PCI functions which
this kernel will support.
OpenPOWER on IntegriCloud