Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 71a516ad authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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: default avatarMike Frysinger <vapier@gentoo.org>
parent 9c199b59
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment