commit | 71a516adb6f3f178b0a961c55e7da75f8947afa5 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Sep 21 11:51:31 2009 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Mon Jan 10 07:18:12 2011 -0500 |
tree | f77f3fea2de37a28d813308c38591e38a0863ffa | |
parent | 9c199b5965c76f90b297e01accb933624dc8d242 [diff] |
Blackfin: SMP: fix asm/bitops.h errors The common asm-generic non-atomic bitops.h defines test_bit() for us, but we need to use our own version. So redirect the definition of this func to avoid having to inline the rest of the asm-generic file. Signed-off-by: Mike Frysinger <vapier@gentoo.org>