]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Forced commit to describe changes in the last revision.
authorJeff Roberson <jeff@FreeBSD.org>
Fri, 1 Jun 2007 01:20:11 +0000 (01:20 +0000)
committerJeff Roberson <jeff@FreeBSD.org>
Fri, 1 Jun 2007 01:20:11 +0000 (01:20 +0000)
commitbb7de6da03eb18700be9c85bffe86444080876d2
tree9c09dcc76185c3dc30b048a5f2eb972f3bb8a849
parent1c4bcd050a4f7163d68f608db860aef5fad81d6c
Forced commit to describe changes in the last revision.

 - Move cpu limit handling to a callout that runs once per-second and sums
   up all threads tick times to check for violations.  This removes all code
   from mi_switch() that touches the proc.  This also cleans up ast() a bit
   by removing one large case.