tidy.
This commit is contained in:
parent
545ce9be22
commit
061ecbff46
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: uvm.h,v 1.19 2000/04/02 20:39:18 thorpej Exp $ */
|
||||
/* $NetBSD: uvm.h,v 1.20 2000/04/10 02:20:06 chs Exp $ */
|
||||
|
||||
/*
|
||||
*
|
||||
|
@ -116,17 +116,6 @@ struct uvm {
|
|||
struct uvm_object *kernel_object;
|
||||
};
|
||||
|
||||
extern struct uvm uvm;
|
||||
|
||||
/*
|
||||
* historys
|
||||
*/
|
||||
|
||||
#ifdef _KERNEL
|
||||
UVMHIST_DECL(maphist);
|
||||
UVMHIST_DECL(pdhist);
|
||||
#endif /* _KERNEL */
|
||||
|
||||
/*
|
||||
* vm_map_entry etype bits:
|
||||
*/
|
||||
|
@ -147,6 +136,15 @@ UVMHIST_DECL(pdhist);
|
|||
|
||||
#ifdef _KERNEL
|
||||
|
||||
extern struct uvm uvm;
|
||||
|
||||
/*
|
||||
* historys
|
||||
*/
|
||||
|
||||
UVMHIST_DECL(maphist);
|
||||
UVMHIST_DECL(pdhist);
|
||||
|
||||
/*
|
||||
* UVM_UNLOCK_AND_WAIT: atomic unlock+wait... front end for the
|
||||
* uvm_sleep() function.
|
||||
|
|
Loading…
Reference in New Issue