83b3370c79
Use a bitmap for indicating which subchannels require evaluation instead of allocating memory for each evaluation request. This approach reduces memory consumption during recovery in case of massive evaluation request occurrence and removes the need for memory allocation failure handling. Cc: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Peter Oberparleiter <peter.oberparleiter@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
11 lines
319 B
Makefile
11 lines
319 B
Makefile
#
|
|
# Makefile for the S/390 common i/o drivers
|
|
#
|
|
|
|
obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o
|
|
ccw_device-objs += device.o device_fsm.o device_ops.o
|
|
ccw_device-objs += device_id.o device_pgid.o device_status.o
|
|
obj-y += ccw_device.o cmf.o
|
|
obj-$(CONFIG_CCWGROUP) += ccwgroup.o
|
|
obj-$(CONFIG_QDIO) += qdio.o
|