From e678d47b5e4e82cdc7de73072837db0545aaf903 Mon Sep 17 00:00:00 2001 From: takemura Date: Sun, 3 Dec 2000 12:29:28 +0000 Subject: [PATCH] Add #UVMHIST line (commented out). --- sys/arch/hpcmips/conf/GENERIC | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sys/arch/hpcmips/conf/GENERIC b/sys/arch/hpcmips/conf/GENERIC index 73111954679d..499907e7edea 100644 --- a/sys/arch/hpcmips/conf/GENERIC +++ b/sys/arch/hpcmips/conf/GENERIC @@ -2,11 +2,11 @@ # Distribution kernel (NEC VR based model) kernel config file # -# $NetBSD: GENERIC,v 1.71 2000/10/21 07:27:41 takemura Exp $ +# $NetBSD: GENERIC,v 1.72 2000/12/03 12:29:28 takemura Exp $ # include "arch/hpcmips/conf/std.hpcmips" -#ident "GENERIC-$Revision: 1.71 $" +#ident "GENERIC-$Revision: 1.72 $" maxusers 8 @@ -27,6 +27,11 @@ options DDB # in-kernel debugger #options DEBUG # extra kernel debugging support options KTRACE # system call tracing support +## UVM options. +#options UVM_PAGE_TRKOWN +#options UVMHIST +#options UVMHIST_PRINT # Loud! + #options SCSIVERBOSE # human readable SCSI error messages #options PCMCIAVERBOSE # verbose PCMCIA configuration messages