From 2e7657b7dc20bc675887759b3e401513eef3314a Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Mon, 25 Oct 2010 16:10:10 +0200 Subject: [PATCH] [S390] set ARCH_HAS_SG_CHAIN for s390 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 Signed-off-by: Martin Schwidefsky --- arch/s390/include/asm/scatterlist.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/s390/include/asm/scatterlist.h b/arch/s390/include/asm/scatterlist.h index 35d786fe93ae0..6d45ef6c12a73 100644 --- a/arch/s390/include/asm/scatterlist.h +++ b/arch/s390/include/asm/scatterlist.h @@ -1 +1,3 @@ #include + +#define ARCH_HAS_SG_CHAIN -- 2.39.5