Remove the regstkpages sysctl variable. We have a growable register

stack now.
This commit is contained in:
marcel 2003-09-27 23:07:47 +00:00
parent c37d5fae88
commit c41d9e68d7

View File

@ -98,12 +98,6 @@ SYSCTL_ULONG(_kern, OID_AUTO, ps_arg_cache_limit, CTLFLAG_RW,
int ps_argsopen = 1;
SYSCTL_INT(_kern, OID_AUTO, ps_argsopen, CTLFLAG_RW, &ps_argsopen, 0, "");
#ifdef __ia64__
/* XXX HACK */
static int regstkpages = 256;
SYSCTL_INT(_machdep, OID_AUTO, regstkpages, CTLFLAG_RW, &regstkpages, 0, "");
#endif
static int
sysctl_kern_ps_strings(SYSCTL_HANDLER_ARGS)
{