]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r218972:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 2 Mar 2011 00:36:28 +0000 (00:36 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 2 Mar 2011 00:36:28 +0000 (00:36 +0000)
commit30f67eb403609497d8113e69eb7bf693f96a4c73
treefb5f9a097845e004f16556b68e9116f254a95834
parentf25e9a2a7ec17b07e1533e78a4931f0a290b81e7
MFC r218972:
Move the  max_threads_per_proc and max_threads_hits variables to the
file where they are used. Declare the kern.threads sysctl node at the
same location. Since no external use for the variables exists, make them
static.

MFC r218976 (by pluknet):
Clean up the now unused #include statement.

git-svn-id: svn://svn.freebsd.org/base/stable/8@219159 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/kern_thr.c
sys/kern/kern_thread.c