Skip to content

Commit

Permalink
[S390] set ARCH_HAS_SG_CHAIN for s390
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Christof Schmitt authored and Martin Schwidefsky committed Oct 25, 2010
1 parent 0148594 commit 87799eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/s390/include/asm/scatterlist.h
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#include <asm-generic/scatterlist.h>

#define ARCH_HAS_SG_CHAIN

0 comments on commit 87799eb

Please sign in to comment.