Improve code flow for KASSERT and KKASSERT using __predict_false().
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 11 Sep 2008 00:35:49 +0000 (00:35 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 11 Sep 2008 00:35:49 +0000 (00:35 +0000)
commita535608cfd95c419d02f9956a4361a81095eaad3
treecc8be2d20edd3fe55a99db661de87e002f6e38b9
parent5a244a8e7b3f6b1e1262c14f6540cf179cd5bd84
Improve code flow for KASSERT and KKASSERT using __predict_false().

Fix a bug in KKASSERT related to the use of an else clause after
the KKASSERT.
sys/sys/systm.h