defopt LOCKDEBUG

This commit is contained in:
thorpej 1998-05-20 01:32:29 +00:00
parent 116d3cb1aa
commit ad7a87400a
4 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_lock.c,v 1.6 1998/03/01 02:22:29 fvdl Exp $ */
/* $NetBSD: kern_lock.c,v 1.7 1998/05/20 01:32:29 thorpej Exp $ */
/*
* Copyright (c) 1995
@ -39,6 +39,8 @@
* @(#)kern_lock.c 8.18 (Berkeley) 5/21/95
*/
#include "opt_lockdebug.h"
#include <sys/param.h>
#include <sys/proc.h>
#include <sys/lock.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_malloc.c,v 1.32 1998/03/01 02:22:29 fvdl Exp $ */
/* $NetBSD: kern_malloc.c,v 1.33 1998/05/20 01:32:30 thorpej Exp $ */
/*
* Copyright 1996 Christopher G. Demetriou. All rights reserved.
@ -36,6 +36,7 @@
* @(#)kern_malloc.c 8.4 (Berkeley) 5/20/95
*/
#include "opt_lockdebug.h"
#include "opt_uvm.h"
#include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: lock.h,v 1.9 1998/03/01 02:24:13 fvdl Exp $ */
/* $NetBSD: lock.h,v 1.10 1998/05/20 01:32:29 thorpej Exp $ */
/*
* Copyright (c) 1995
@ -43,6 +43,7 @@
#define _SYS_LOCK_H_
#if defined(_KERNEL) && !defined(_LKM)
#include "opt_lockdebug.h"
#include "opt_uvm.h"
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvm.h,v 1.7 1998/05/18 15:00:50 pk Exp $ */
/* $NetBSD: uvm.h,v 1.8 1998/05/20 01:32:29 thorpej Exp $ */
/*
* XXXCDC: "ROUGH DRAFT" QUALITY UVM PRE-RELEASE FILE!
@ -42,6 +42,7 @@
#ifndef _UVM_UVM_H_
#define _UVM_UVM_H_
#include "opt_lockdebug.h"
#include "opt_uvmhist.h"
#include <uvm/uvm_extern.h>