linux/drivers/s390
Jan Höppner 09762dcb62 s390/dasd: Always store parameter elements in an array
When the DASD driver is built into the kernel, the entire comma
separated parameter list is stored as one single element in the dasd[]
array, opposed to the module build where each element is stored
separately in dasd[].
There is no point in doing so. Therefore, store each part of the list as
single elements in dasd[] as well when built into the kernel.
Also, create a define for the maximum of 256 parameters.

Reviewed-by: Stefan Haberland <sth@linux.vnet.ibm.com>
Reviewed-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2017-01-31 10:46:24 +01:00
..
block s390/dasd: Always store parameter elements in an array 2017-01-31 10:46:24 +01:00
char s390: use false/true when using bool 2017-01-16 07:27:54 +01:00
cio s390/cio: remove cmf related code relevant for 31 bit only 2017-01-16 07:27:55 +01:00
crypto s390/zcrypt: use spin_lock_bh for all queue locks and unlocks. 2017-01-31 10:46:15 +01:00
net Replace <asm/uaccess.h> with <linux/uaccess.h> globally 2016-12-24 11:46:01 -08:00
scsi scsi: zfcp: fix rport unblock race with LUN recovery 2016-12-14 15:17:20 -05:00
virtio s390: use false/true when using bool 2017-01-16 07:27:54 +01:00
Makefile virtio/s390: rename drivers/s390/kvm -> drivers/s390/virtio 2015-07-07 14:27:06 +03:00