From 343c185b7d7383b1f5b5144e837045af28afc42b Mon Sep 17 00:00:00 2001 From: kaloz Date: Tue, 23 Jun 2009 21:04:37 +0000 Subject: use broken-out patches for the coldfire to make it easier to follow differences against the bsp git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16547 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/041-mcfv4e_bitops_lock_hdr.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 target/linux/coldfire/patches/041-mcfv4e_bitops_lock_hdr.patch (limited to 'target/linux/coldfire/patches/041-mcfv4e_bitops_lock_hdr.patch') diff --git a/target/linux/coldfire/patches/041-mcfv4e_bitops_lock_hdr.patch b/target/linux/coldfire/patches/041-mcfv4e_bitops_lock_hdr.patch new file mode 100644 index 000000000..7117629b2 --- /dev/null +++ b/target/linux/coldfire/patches/041-mcfv4e_bitops_lock_hdr.patch @@ -0,0 +1,21 @@ +From ff3d02768c1cbfbc1f0f07db4aef3d500101e4a7 Mon Sep 17 00:00:00 2001 +From: Kurt Mahan +Date: Fri, 15 Feb 2008 15:34:06 -0700 +Subject: [PATCH] Add generic lock header. + +LTIBName: mcfv4e-bitops-lock-hdr +Signed-off-by: Kurt Mahan +--- + include/asm-m68k/bitops.h | 1 + + 1 files changed, 1 insertions(+), 0 deletions(-) + +--- a/include/asm-m68k/bitops.h ++++ b/include/asm-m68k/bitops.h +@@ -874,6 +874,7 @@ static __inline__ int fls(int x) + #include + #include + #include ++#include + + #define minix_find_first_zero_bit(addr, size) find_next_zero_bit((addr), \ + (size), 0) -- cgit v1.2.3