All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] h8300: Change unaligned access to use packed struct implementation
@ 2008-10-08  6:38 Harvey Harrison
  2008-10-08 14:02 ` Alexey Dobriyan
  0 siblings, 1 reply; 3+ messages in thread
From: Harvey Harrison @ 2008-10-08  6:38 UTC (permalink / raw)
  To: Yoshinori Sato; +Cc: Andrew Morton, LKML

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
There are only 3 arches that use the memmove-based implementation, there
doesn't seem to be any obvious reason not to use the struct implementation.

Yoshinori?

 arch/h8300/include/asm/unaligned.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/h8300/include/asm/unaligned.h b/arch/h8300/include/asm/unaligned.h
index b8d06c7..ab851e7 100644
--- a/arch/h8300/include/asm/unaligned.h
+++ b/arch/h8300/include/asm/unaligned.h
@@ -1,7 +1,7 @@
 #ifndef _ASM_H8300_UNALIGNED_H
 #define _ASM_H8300_UNALIGNED_H
 
-#include <linux/unaligned/be_memmove.h>
+#include <linux/unaligned/be_struct.h>
 #include <linux/unaligned/le_byteshift.h>
 #include <linux/unaligned/generic.h>
 
-- 
1.6.0.2.471.g47a76



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-10-09  1:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-08  6:38 [PATCH 1/4] h8300: Change unaligned access to use packed struct implementation Harvey Harrison
2008-10-08 14:02 ` Alexey Dobriyan
2008-10-09  1:18   ` Harvey Harrison

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.