X-Git-Url: https://git.codelabs.ch/?p=muen%2Flinux.git;a=blobdiff_plain;f=include%2Fscsi%2Flibsas.h;h=6df6fe0c21980b4eb686bc20ff10f0c2bf28280b;hp=0f9cbf96c093d86ae926ae5380f82eb454fecd02;hb=c2e8fbf908afd81ad502b567a6639598f92c9b9d;hpb=90addc6b3c9cda0146fbd62a08e234c2b224a80c diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index 0f9cbf96c093..6df6fe0c2198 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h @@ -159,11 +159,11 @@ struct expander_device { struct sata_device { unsigned int class; - struct smp_resp rps_resp; /* report_phy_sata_resp */ u8 port_no; /* port number, if this is a PM (Port) */ struct ata_port *ap; struct ata_host ata_host; + struct smp_resp rps_resp ____cacheline_aligned; /* report_phy_sata_resp */ u8 fis[ATA_RESP_FIS_SIZE]; };