Disable RTPRIO and P1003.1B scheduling in ntpd. Only leave BSD_NICE
for a scheduling boost. This is a conservative change that should make no difference in practice and eliminate concerns about this being the source of some SMP hangs. Configuration scripts should never auto-configure P1003.1B without a second test. The behavior with respect to regular time sharing, who can access it, etc., is not defined. Approved by: jkh
This commit is contained in:
parent
5a9a82e820
commit
73e3e59c77
@ -619,10 +619,10 @@
|
||||
#define HAVE_RANDOM 1
|
||||
|
||||
/* Define if you have the rtprio function. */
|
||||
#define HAVE_RTPRIO 1
|
||||
/* #undef HAVE_RTPRIO 1 */
|
||||
|
||||
/* Define if you have the sched_setscheduler function. */
|
||||
#define HAVE_SCHED_SETSCHEDULER 1
|
||||
/* #undef HAVE_SCHED_SETSCHEDULER 1 */
|
||||
|
||||
/* Define if you have the setlinebuf function. */
|
||||
#define HAVE_SETLINEBUF 1
|
||||
|
Loading…
Reference in New Issue
Block a user