Files
android_kernel_xiaomi_sm8450/drivers/ata
Jeff Garzik 3be6cbd73f [libata] kill ata_sg_is_last()
Short term, this works around a bug introduced by early sg-chaining
work.

Long term, removing this function eliminates a branch from a hot
path loop in each scatter/gather table build.  Also, as this code
demonstrates, we don't need to _track_ the end of the s/g list, as
long as we mark it in some way.  And doing so programatically is nice.
So its a useful cleanup, regardless of its short term effects.

Based conceptually on a quick patch by Jens Axboe.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2007-10-18 16:21:18 -04:00
..
2007-10-16 11:21:01 +02:00
2007-10-12 14:55:37 -04:00
2007-10-18 16:21:18 -04:00
2007-10-18 16:21:18 -04:00
2006-08-10 07:31:37 -04:00
2007-10-18 16:21:18 -04:00
2007-07-02 10:17:42 -04:00