Remove long unused 'ncallout'.

This commit is contained in:
ad 2007-01-20 20:00:13 +00:00
parent 1a6c900ae4
commit 965759e2d5

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.c,v 1.50 2005/12/21 10:57:22 yamt Exp $ */
/* $NetBSD: param.c,v 1.51 2007/01/20 20:00:13 ad 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.50 2005/12/21 10:57:22 yamt Exp $");
__KERNEL_RCSID(0, "$NetBSD: param.c,v 1.51 2007/01/20 20:00:13 ad Exp $");
#include "opt_hz.h"
#include "opt_rtc_offset.h"
@ -109,7 +109,6 @@ int rtc_offset = RTC_OFFSET;
int maxproc = NPROC;
int desiredvnodes = NVNODE;
int maxfiles = MAXFILES;
int ncallout = 16 + NPROC; /* size of callwheel (rounded to ^2) */
int fscale = FSCALE; /* kernel uses `FSCALE', user uses `fscale' */
/*