Disable autonicetime. As discusses in tech-kern.

This commit is contained in:
christos 2004-09-27 14:08:13 +00:00
parent 9ac3a85e48
commit d7f20abdc1

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.c,v 1.47 2004/07/01 12:57:37 yamt Exp $ */
/* $NetBSD: param.c,v 1.48 2004/09/27 14:08:13 christos Exp $ */
/*
* Copyright (c) 1980, 1986, 1989 Regents of the University of California.
@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: param.c,v 1.47 2004/07/01 12:57:37 yamt Exp $");
__KERNEL_RCSID(0, "$NetBSD: param.c,v 1.48 2004/09/27 14:08:13 christos Exp $");
#include "opt_hz.h"
#include "opt_rtc_offset.h"
@ -193,7 +193,7 @@ struct msginfo msginfo = {
* AUTONICEVAL is NOT offset by NZERO, i.e. it's between PRIO_MIN and PRIO_MAX.
*/
#ifndef AUTONICETIME
#define AUTONICETIME (60 * 10) /* 10 minutes */
#define AUTONICETIME 0 /* disabled */
#endif
#ifndef AUTONICEVAL