From: Richard Kennedy Date: Fri, 10 Sep 2010 11:19:43 +0000 (+0100) Subject: libata: reorder ata_queued_cmd to remove alignment padding on 64 bit builds X-Git-Tag: v2.6.37-rc1~181^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b34e90429ce8a23546b6b927d4e151df4c113644;p=pandora-kernel.git 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed