The patch titled x86_64: Calgary IOMMU: rearrange 'struct iommu_table' members has been added to the -mm tree. Its filename is calgary-iommu-rearrange-struct-iommu_table.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: x86_64: Calgary IOMMU: rearrange 'struct iommu_table' members From: Muli Ben-Yehuda <muli@xxxxxxxxxx> Rearrange struct members loosely based on size for improved alignment and to save a few bytes. Signed-off-by: Muli Ben-Yehuda <muli@xxxxxxxxxx> Signed-off-by: Jon Mason <jdmason@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-x86_64/calgary.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN include/asm-x86_64/calgary.h~calgary-iommu-rearrange-struct-iommu_table include/asm-x86_64/calgary.h --- a/include/asm-x86_64/calgary.h~calgary-iommu-rearrange-struct-iommu_table +++ a/include/asm-x86_64/calgary.h @@ -34,12 +34,12 @@ struct iommu_table { unsigned long it_base; /* mapped address of tce table */ unsigned long it_hint; /* Hint for next alloc */ unsigned long *it_map; /* A simple allocation bitmap for now */ + void __iomem *bbar; /* Bridge BAR */ + u64 tar_val; /* Table Address Register */ + struct timer_list watchdog_timer; spinlock_t it_lock; /* Protects it_map */ unsigned int it_size; /* Size of iommu table in entries */ unsigned char it_busno; /* Bus number this table belongs to */ - void __iomem *bbar; - u64 tar_val; - struct timer_list watchdog_timer; }; #define TCE_TABLE_SIZE_UNSPECIFIED ~0 _ Patches currently in -mm which might be from muli@xxxxxxxxxx are calgary-iommu-rearrange-struct-iommu_table.patch calgary-iommu-consolidate-per-bus-data.patch calgary-iommu-break-out-of.patch calgary-iommu-fix-error-path-memleak-in.patch calgary-iommu-fix-reference-counting-of.patch calgary-iommu.patch calgary-iommu-save-a-bit-of-space-in-bus_info.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html