OSDN Git Service

rtc: cmos: ignore bogus century byte
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / include / scsi / libsas.h
index dae99d7..706a701 100644 (file)
@@ -165,11 +165,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];
 };