The patch titled frv: switch unaligned access to the packed-struct implementation has been removed from the -mm tree. Its filename was frv-switch-unaligned-access-to-the-packed-struct-implementation.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: frv: switch unaligned access to the packed-struct implementation From: Harvey Harrison <harvey.harrison@xxxxxxxxx> Switch unaligned access to the packed-struct implementation for BE accesses as this reduces the size of the kernel a little. LE still uses the byte shift. Signed-off-by: Harvey Harrison <harvey.harrison@xxxxxxxxx> Signed-off-by: David Howells <dhowells@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-frv/unaligned.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/asm-frv/unaligned.h~frv-switch-unaligned-access-to-the-packed-struct-implementation include/asm-frv/unaligned.h --- a/include/asm-frv/unaligned.h~frv-switch-unaligned-access-to-the-packed-struct-implementation +++ a/include/asm-frv/unaligned.h @@ -13,7 +13,7 @@ #define _ASM_UNALIGNED_H #include <linux/unaligned/le_byteshift.h> -#include <linux/unaligned/be_byteshift.h> +#include <linux/unaligned/be_struct.h> #include <linux/unaligned/generic.h> #define get_unaligned __get_unaligned_be _ Patches currently in -mm which might be from harvey.harrison@xxxxxxxxx are origin.patch mm-hugetlbc-make-functions-static-use-null-rather-than-0.patch byteorder-add-new-headers-for-make-headers-install.patch byteorder-use-generic-c-version-for-value-byteswapping.patch byteorder-provide-swabbh-generically-in-asm-byteorderh.patch byteorder-remove-direct-includes-of-linux-byteorder-swabh.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