OpenSolaris

Printable Version Enter a New Search
Bug ID 6524837
Synopsis PG disabled sticky scheduler on x86
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:sched
Keywords SFO | sticky
Responsible Engineer Bill Holler
Reported Against
Duplicate Of
Introduced In
Commit to Fix snv_70
Fixed In snv_70
Release Fixed solaris_nevada(snv_70)
Related Bugs 6461311
Submit Date 14-February-2007
Last Update Date 8-August-2007
Description
that on x86 the default value of nosteal_nsec is -1. Looking in the post-PG
code it seems that there is a new function cmp_set_nosteal_interval which is supposed
to set it to the real value, but it is never called by x86 code.

As a result nosteal_nsec is set to -1 and sticky scheduler is, effectively, disabled
on x86.
Needed for SFO project.

A fix is in test.

snv_69 is missing support.  Note nosteal_nsec is -1:
> nosteal_nsec::print
0xffffffffffffffff
Work Around
N/A
Comments
N/A