|
@@ -751,7 +751,8 @@ struct ata_port {
|
|
|
acpi_handle acpi_handle;
|
|
acpi_handle acpi_handle;
|
|
|
struct ata_acpi_gtm __acpi_init_gtm; /* use ata_acpi_init_gtm() */
|
|
struct ata_acpi_gtm __acpi_init_gtm; /* use ata_acpi_init_gtm() */
|
|
|
#endif
|
|
#endif
|
|
|
- u8 sector_buf[ATA_SECT_SIZE]; /* owned by EH */
|
|
|
|
|
|
|
+ /* owned by EH */
|
|
|
|
|
+ u8 sector_buf[ATA_SECT_SIZE] ____cacheline_aligned;
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
/* The following initializer overrides a method to NULL whether one of
|
|
/* The following initializer overrides a method to NULL whether one of
|