]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhndb(4): Drop MIPS-incompatible __builtin_ctz dependency.
authorLandon J. Fuller <landonf@FreeBSD.org>
Tue, 16 Aug 2016 21:20:05 +0000 (21:20 +0000)
committerLandon J. Fuller <landonf@FreeBSD.org>
Tue, 16 Aug 2016 21:20:05 +0000 (21:20 +0000)
commit9dfeb4140ca0b3b63fef8ae088e5ee5ad5470937
tree7ed3da9aba8f8fed0fd753df51e83145fba3d579
parent988fd417a0a2632a10e72d78e1bdac2a6303be87
bhndb(4): Drop MIPS-incompatible __builtin_ctz dependency.

This replaces the bitfield representation of the bhndb register window
freelist with the bitstring API, eliminating a dependency on
(MIPS-unsupported) __builtin_ctz().

Approved by: adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D7495
sys/dev/bhnd/bhndb/bhndb_private.h
sys/dev/bhnd/bhndb/bhndb_subr.c