Commit 1c3726ad authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Martin K. Petersen

scsi: mac53c94: remove DISABLE_CLUSTERING

mac53c94 has no limitations on crossing pages for segments.  Just make
the 65535 byte segment size limit explicit, even if it matches the
current block layer limit.
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Tested-by: default avatarPaul Mackerras <paulus@ozlabs.org>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent 5bd6cd54
...@@ -403,7 +403,7 @@ static struct scsi_host_template mac53c94_template = { ...@@ -403,7 +403,7 @@ static struct scsi_host_template mac53c94_template = {
.can_queue = 1, .can_queue = 1,
.this_id = 7, .this_id = 7,
.sg_tablesize = SG_ALL, .sg_tablesize = SG_ALL,
.use_clustering = DISABLE_CLUSTERING, .max_segment_size = 65535,
}; };
static int mac53c94_probe(struct macio_dev *mdev, const struct of_device_id *match) static int mac53c94_probe(struct macio_dev *mdev, const struct of_device_id *match)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment