mmc: Remove distinction between hw and phys segments
We have deprecated the distinction between hardware and physical segments in the block layer. Consolidate the two limits into one in drivers/mmc/. Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com> Signed-off-by: Chris Ball <cjb@laptop.org>
Tento commit je obsažen v:

odevzdal
Chris Ball

rodič
7a5ea56abc
revize
a36274e018
@@ -734,8 +734,7 @@ static int __devinit mmci_probe(struct amba_device *dev, struct amba_id *id)
|
||||
/*
|
||||
* We can do SGIO
|
||||
*/
|
||||
mmc->max_hw_segs = 16;
|
||||
mmc->max_phys_segs = NR_SG;
|
||||
mmc->max_segs = NR_SG;
|
||||
|
||||
/*
|
||||
* Since only a certain number of bits are valid in the data length
|
||||
|
Odkázat v novém úkolu
Zablokovat Uživatele