diff options
-rw-r--r-- | sys/arch/arm/include/endian.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/arm/include/endian.h b/sys/arch/arm/include/endian.h index e142ad5c3ee..30e79cfc39b 100644 --- a/sys/arch/arm/include/endian.h +++ b/sys/arch/arm/include/endian.h @@ -1,10 +1,9 @@ -/* $OpenBSD: endian.h,v 1.8 2015/01/11 11:18:36 dlg Exp $ */ +/* $OpenBSD: endian.h,v 1.9 2017/01/06 00:46:49 jsg Exp $ */ #ifndef _ARM_ENDIAN_H_ #define _ARM_ENDIAN_H_ #ifdef _KERNEL -#ifdef __armv7__ #ifdef __GNUC__ static inline __uint16_t @@ -45,7 +44,6 @@ ___swap64md(__uint64_t x) #define __HAVE_MD_SWAP #endif /* __GNUC__ */ -#endif /* __armv7__ */ #endif /* _KERNEL */ #define _BYTE_ORDER _LITTLE_ENDIAN |