]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
nios2: add 64 bits swab support
authorThomas Chou <thomas@wytron.com.tw>
Sat, 17 Apr 2010 15:10:09 +0000 (23:10 +0800)
committerScott McNutt <smcnutt@psyent.com>
Sat, 24 Apr 2010 22:21:22 +0000 (18:21 -0400)
This patch adds 64 bits swab support. Most 32 bits processors use
this. We need 64 bits swab for UBI.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Scott McNutt <smcnutt@psyent.com>
arch/nios2/include/asm/byteorder.h

index 495c823af29dd9cc2e848a23adc954ba86e8ce82..d5c152e73e8815dbb6b2f05c050c59622d2f28af 100644 (file)
 #define __ASM_NIOS2_BYTEORDER_H_
 
 #include <asm/types.h>
 #define __ASM_NIOS2_BYTEORDER_H_
 
 #include <asm/types.h>
+
+#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
+#  define __BYTEORDER_HAS_U64__
+#  define __SWAB_64_THRU_32__
+#endif
+
 #include <linux/byteorder/little_endian.h>
 
 #endif /* __ASM_NIOS2_BYTEORDER_H_ */
 #include <linux/byteorder/little_endian.h>
 
 #endif /* __ASM_NIOS2_BYTEORDER_H_ */