Garbage collect a bit of old VM missed by the initial pass.

Fix supplied by Dave Huang <khym@bga.com> in PR #7226.
This commit is contained in:
ender 1999-03-24 22:28:49 +00:00
parent 35bbdd4cd2
commit 235abbff06

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.11 1998/10/01 00:29:52 thorpej Exp $
# $NetBSD: genassym.cf,v 1.12 1999/03/24 22:28:49 ender Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -46,9 +46,7 @@ include <sys/user.h>
include <vm/vm.h>
ifdef UVM
include <uvm/uvm_extern.h>
endif
include <machine/cpu.h>
include <machine/psl.h>
@ -104,15 +102,7 @@ define SSLEEP SSLEEP
define SRUN SRUN
# interrupt/fault metering
ifdef UVM
define UVMEXP_INTRS offsetof(struct uvmexp, intrs)
else
define V_SWTCH offsetof(struct vmmeter, v_swtch)
define V_TRAP offsetof(struct vmmeter, v_trap)
define V_SYSCALL offsetof(struct vmmeter, v_syscall)
define V_INTR offsetof(struct vmmeter, v_intr)
define V_SOFT offsetof(struct vmmeter, v_soft)
endif
# PSL values (should just include psl.h?)
define PSL_S PSL_S