FRV: Switch unaligned access to the packed-struct implementation

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@gmail.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Harvey Harrison 2008-10-15 16:50:59 +01:00 committed by Linus Torvalds
parent c9af956cf7
commit cb76d5a4c4

View file

@ -13,7 +13,7 @@
#define _ASM_UNALIGNED_H #define _ASM_UNALIGNED_H
#include <linux/unaligned/le_byteshift.h> #include <linux/unaligned/le_byteshift.h>
#include <linux/unaligned/be_byteshift.h> #include <linux/unaligned/be_struct.h>
#include <linux/unaligned/generic.h> #include <linux/unaligned/generic.h>
#define get_unaligned __get_unaligned_be #define get_unaligned __get_unaligned_be