[PATCH] powerpc: Make unaligned accesses endian-safe for powerpc

2013-12-15 Thread Anton Blanchard
From: Rajesh B Prathipati The generic put_unaligned/get_unaligned macros were made endian-safe by calling the appropriate endian dependent macros based on the endian type of the powerpc processor. Signed-off-by: Rajesh B Prathipati Signed-off-by: Anton Blanchard --- diff --git a/arch/powerp

[PATCH] powerpc: Make unaligned accesses endian-safe for powerpc

2013-12-12 Thread Rajesh B Prathipati
From: Rajesh B Prathipati The generic put_unaligned/get_unaligned macros were made endian-safe by calling the appropriate endian dependent macros based on the endian type of the powerpc processor. Signed-off-by: Rajesh B Prathipati --- This patch applies to linux kernel version 3.12. This p