Blackfin: SMP: fix asm/bitops.h errors
authorMike Frysinger <vapier@gentoo.org>
Mon, 21 Sep 2009 11:51:31 +0000 (11:51 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 10 Jan 2011 12:18:12 +0000 (07:18 -0500)
commit71a516adb6f3f178b0a961c55e7da75f8947afa5
treef77f3fea2de37a28d813308c38591e38a0863ffa
parent9c199b5965c76f90b297e01accb933624dc8d242
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>
arch/blackfin/include/asm/bitops.h