mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
87799ebab7
Set ARCH_HAS_SG_CHAIN for scatter lists on s390. Without this flag the SCSI code limits the maximum number of segments, so set it to make proper use of the FCP channel hardware. Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
4 lines
64 B
C
4 lines
64 B
C
#include <asm-generic/scatterlist.h>
|
|
|
|
#define ARCH_HAS_SG_CHAIN
|