From de04d246e6ae91c01ecc872839fb5759855c8d8d Mon Sep 17 00:00:00 2001 From: dufault Date: Sun, 12 Mar 2000 13:25:14 +0000 Subject: 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 --- usr.sbin/ntp/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ntp') diff --git a/usr.sbin/ntp/config.h b/usr.sbin/ntp/config.h index ac4b5ce..9746cdd 100644 --- a/usr.sbin/ntp/config.h +++ b/usr.sbin/ntp/config.h @@ -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 -- cgit v1.1