summaryrefslogtreecommitdiffstats
path: root/sys/libkern/flsll.c
Commit message (Collapse)AuthorAgeFilesLines
* 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