diff options
| author | akolb <none@none> | 2007-03-09 15:55:28 -0800 |
|---|---|---|
| committer | akolb <none@none> | 2007-03-09 15:55:28 -0800 |
| commit | c97ad5cdc75eb73e3cc38542ca3ba783574b0a7a (patch) | |
| tree | 5ba1653d892978d87d6061c8c7f3821f4b3e354c /usr/src/uts/common/os/timers.c | |
| parent | 68d3ac02fc9db49ae9dccaecff999963114930a7 (diff) | |
| download | illumos-gate-c97ad5cdc75eb73e3cc38542ca3ba783574b0a7a.tar.gz | |
PSARC/2004/402 CPU Caps
6327235 PSARC/2004/402 CPU caps
6464161 Dead KSLICE code should be removed
6514387 FX class contains dead code to keep list of member threads
6518395 kstat_zone_add performs KM_SLEEP allocation when it should not
Diffstat (limited to 'usr/src/uts/common/os/timers.c')
| -rw-r--r-- | usr/src/uts/common/os/timers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/common/os/timers.c b/usr/src/uts/common/os/timers.c index ddaa2adff4..e656a17088 100644 --- a/usr/src/uts/common/os/timers.c +++ b/usr/src/uts/common/os/timers.c @@ -589,6 +589,7 @@ realprofexpire(void *arg) } break; case TS_RUN: + case TS_WAIT: mstate = LMS_WAIT_CPU; break; case TS_ONPROC: |
