From b3111eb3df587d18db98ae7e8bbc500a91cb1861 Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Mon, 2 Mar 2009 18:53:26 +0900 Subject: [PATCH] --- yaml --- r: 132042 b: refs/heads/master c: 84bda12af31f930e4200c5244aa111de2485d7b0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/libata.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bdc6757fa60a..78fe93734c89 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5825627c9463581fd9e70f8285685889ae5bb9bb +refs/heads/master: 84bda12af31f930e4200c5244aa111de2485d7b0 diff --git a/trunk/include/linux/libata.h b/trunk/include/linux/libata.h index fbf064e13ad5..dc18b87ed722 100644 --- a/trunk/include/linux/libata.h +++ b/trunk/include/linux/libata.h @@ -751,7 +751,8 @@ struct ata_port { acpi_handle acpi_handle; struct ata_acpi_gtm __acpi_init_gtm; /* use ata_acpi_init_gtm() */ #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