mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
406 B

  1. --- ./include/asm-ppc/byteorder.h.orig 2004-12-02 21:08:03.100528624 +0100
  2. +++ ./include/asm-ppc/byteorder.h 2004-12-02 21:08:53.274900960 +0100
  3. @@ -64,10 +64,8 @@
  4. #endif /* __KERNEL__ */
  5. -#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
  6. -# define __BYTEORDER_HAS_U64__
  7. -# define __SWAB_64_THRU_32__
  8. -#endif
  9. +#define __BYTEORDER_HAS_U64__
  10. +#define __SWAB_64_THRU_32__
  11. #endif /* __GNUC__ */