]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Indentation does not define a block.. you need breces {} as well..
authorJulian Elischer <julian@FreeBSD.org>
Mon, 23 Sep 2002 05:27:30 +0000 (05:27 +0000)
committerJulian Elischer <julian@FreeBSD.org>
Mon, 23 Sep 2002 05:27:30 +0000 (05:27 +0000)
commit33c06e1d3e788fa9d439855054e990c0acef8053
treeb1ee635cdb2ca6237c64e46bb8892f26bcda3442
parent77e22cb706af99b75be744c7d7bb4cd94d826da9
Indentation does not define a block.. you need breces {} as well..
also add a mutex assert.  (threaded path only)

Submitted by: davidxu
sys/kern/kern_switch.c