Remove tautological cast.

PR:	207068
Submitted by:	joss.upton@yahoo.com
MFC after:	2 weeks
This commit is contained in:
kib 2016-02-12 07:19:59 +00:00
parent e2f3c42bd4
commit 2698cbdabc

View File

@ -1483,7 +1483,7 @@ pmc_process_csw_out(struct thread *td)
* increasing monotonically, modulo a 64
* bit wraparound.
*/
KASSERT((int64_t) tmp >= 0,
KASSERT(tmp >= 0,
("[pmc,%d] negative increment cpu=%d "
"ri=%d newvalue=%jx saved=%jx "
"incr=%jx", __LINE__, cpu, ri,