041-mcfv4e_bitops_lock_hdr.patch 737 B

123456789101112131415161718192021
  1. From ff3d02768c1cbfbc1f0f07db4aef3d500101e4a7 Mon Sep 17 00:00:00 2001
  2. From: Kurt Mahan <[email protected]>
  3. Date: Fri, 15 Feb 2008 15:34:06 -0700
  4. Subject: [PATCH] Add generic lock header.
  5. LTIBName: mcfv4e-bitops-lock-hdr
  6. Signed-off-by: Kurt Mahan <[email protected]>
  7. ---
  8. include/asm-m68k/bitops.h | 1 +
  9. 1 files changed, 1 insertions(+), 0 deletions(-)
  10. --- a/include/asm-m68k/bitops.h
  11. +++ b/include/asm-m68k/bitops.h
  12. @@ -874,6 +874,7 @@ static __inline__ int fls(int x)
  13. #include <asm-generic/bitops/fls64.h>
  14. #include <asm-generic/bitops/sched.h>
  15. #include <asm-generic/bitops/hweight.h>
  16. +#include <asm-generic/bitops/lock.h>
  17. #define minix_find_first_zero_bit(addr, size) find_next_zero_bit((addr), \
  18. (size), 0)