diff options
| author | Stephan Uphoff <ups@FreeBSD.org> | 2006-01-25 02:05:47 +0000 |
|---|---|---|
| committer | Stephan Uphoff <ups@FreeBSD.org> | 2006-01-25 02:05:47 +0000 |
| commit | 6807424d195367d1ba3c8e52b98f7b6a9d012ed4 (patch) | |
| tree | 97ac77212ade6f1643d783207b7e1dd81b4fabdf | |
| parent | f4af687a3b1661f426397859bb0c47d658edcedc (diff) | |
Notes
| -rw-r--r-- | sys/kern/kern_resource.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/kern_resource.c b/sys/kern/kern_resource.c index ccfa07e70017..397a7c507bce 100644 --- a/sys/kern/kern_resource.c +++ b/sys/kern/kern_resource.c @@ -733,8 +733,8 @@ calcru(p, up, sp) &pcpu_find(td->td_oncpu)->pc_switchtime); } } - calcru1(p, &rux, up, sp); mtx_unlock_spin(&sched_lock); + calcru1(p, &rux, up, sp); p->p_rux.rux_uu = rux.rux_uu; p->p_rux.rux_su = rux.rux_su; p->p_rux.rux_iu = rux.rux_iu; |
