Deleted Added
full compact
23c23
< * $FreeBSD: head/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c 270834 2014-08-30 03:10:55Z mjg $
---
> * $FreeBSD: head/sys/cddl/contrib/opensolaris/uts/common/dtrace/fasttrap.c 275562 2014-12-06 09:38:28Z delphij $
2486c2486
< if ((nent & (nent - 1)) == 0)
---
> if (ISP2(nent))
2504c2504
< if ((nent & (nent - 1)) == 0)
---
> if (ISP2(nent))
2540c2540
< if ((nent & (nent - 1)) == 0)
---
> if (ISP2(nent))