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:
Peter Dufault 2000-03-12 13:25:14 +00:00
parent 5a9a82e820
commit 73e3e59c77
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57929

View File

@ -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