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.

20 lines
543 B

  1. --- ./include/asm-ppc/bitops.h.orig 2004-09-02 06:46:36.005575240 +0200
  2. +++ ./include/asm-ppc/bitops.h 2004-09-02 06:49:30.138103072 +0200
  3. @@ -2,11 +2,11 @@
  4. * bitops.h: Bit string operations on the ppc
  5. */
  6. -#ifdef __KERNEL__
  7. #ifndef _PPC_BITOPS_H
  8. #define _PPC_BITOPS_H
  9. #include <linux/config.h>
  10. +#include <asm/ppc_asm.h>
  11. #include <asm/byteorder.h>
  12. #include <asm/atomic.h>
  13. @@ -370,4 +370,3 @@
  14. #define minix_find_first_zero_bit(addr,size) ext2_find_first_zero_bit(addr,size)
  15. #endif /* _PPC_BITOPS_H */
  16. -#endif /* __KERNEL__ */