restore a dropped #ifdef _KERNEL

This commit is contained in:
mrg 2000-06-26 17:18:40 +00:00
parent fafdb20b11
commit 6b5536f253
1 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvm_map.h,v 1.18 2000/06/26 15:32:28 mrg Exp $ */
/* $NetBSD: uvm_map.h,v 1.19 2000/06/26 17:18:40 mrg Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@ -107,6 +107,8 @@
#define UVM_EXTRACT_QREF 0x4 /* use quick refs */
#define UVM_EXTRACT_FIXPROT 0x8 /* set prot to maxprot as we go */
#endif /* _KERNEL */
#include <uvm/uvm_anon.h>
/*
@ -306,6 +308,8 @@ vmi_list_unlock(s)
* globals:
*/
#ifdef _KERNEL
#ifdef PMAP_GROWKERNEL
extern vaddr_t uvm_maxkaddr;
#endif