diff options
author | akolb <none@none> | 2006-05-23 11:09:35 -0700 |
---|---|---|
committer | akolb <none@none> | 2006-05-23 11:09:35 -0700 |
commit | 685679f7e4cc349aa1260fad8dbfaf07089c7b19 (patch) | |
tree | dac1f973523eabf2054c9278fce4f36eb481bf6f /usr/src/uts/sun4v | |
parent | 20a1ae8aa548e5c0874f0cb213a5f242fe315a59 (diff) | |
download | illumos-gate-685679f7e4cc349aa1260fad8dbfaf07089c7b19.tar.gz |
6223090 implement policies to reduce thread migration
Diffstat (limited to 'usr/src/uts/sun4v')
-rw-r--r-- | usr/src/uts/sun4v/os/cmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/uts/sun4v/os/cmp.c b/usr/src/uts/sun4v/os/cmp.c index fc0aa2e46c..c82f3e006e 100644 --- a/usr/src/uts/sun4v/os/cmp.c +++ b/usr/src/uts/sun4v/os/cmp.c @@ -112,6 +112,7 @@ chip_plat_define_chip(cpu_t *cp, chip_def_t *cd) * will change with future processors. */ cd->chipd_rechoose_adj = 0; + cd->chipd_nosteal = 0; } /* |