summaryrefslogtreecommitdiffstats
path: root/sys/libkern/flsll.c
Commit message (Collapse)AuthorAgeFilesLines
* libkern: ffs, fls: s/4/3/ the 3rd BSD clausecem2015-10-221-1/+1
| | | | | Approved by: emaste Sponsored by: EMC / Isilon Storage Division
* Fix watchdog pretimeout.alfred2013-07-271-0/+47
The original API calls for pow2ns, however the new APIs from Linux call for seconds. We need to be able to convert to/from 2^Nns to seconds in both userland and kernel to fix this and properly compare units.
OpenPOWER on IntegriCloud