commit | b34e90429ce8a23546b6b927d4e151df4c113644 | [log] [tgz] |
---|---|---|
author | Richard Kennedy <richard@rsk.demon.co.uk> | Fri Sep 10 12:19:43 2010 +0100 |
committer | Jeff Garzik <jgarzik@redhat.com> | Thu Oct 21 20:21:05 2010 -0400 |
tree | 2034e09265b646d9e74bbb1165fc221b3f39cfcd | |
parent | 02e0a60477d839b8f8f974790192f5230f2371d2 [diff] |
libata: reorder ata_queued_cmd to remove alignment padding on 64 bit builds Reorder structure ata_queued_cmd to remove 8 bytes of alignment padding on 64 bit builds & therefore reduce the size of structure ata_port by 256 bytes. Overall this will have little impact, other than reducing the amount of memory that is cleared when allocating ata_ports. Signed-off-by: Richard Kennedy <richard@rsk.demon.co.uk> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>