diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2004-04-28 02:20:59 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2004-04-28 02:20:59 +0000 |
commit | 0109542fc439ac9a11f415a835810794b4c3aeb2 (patch) | |
tree | 23aeb9222a77473b6ef73c47ea645ade9ef08c79 /sys/uvm/uvm_extern.h | |
parent | d43f1ae6983caef2bca69f007df44cee540a7e55 (diff) |
remove mb_object*; ok tedu
Diffstat (limited to 'sys/uvm/uvm_extern.h')
-rw-r--r-- | sys/uvm/uvm_extern.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/uvm/uvm_extern.h b/sys/uvm/uvm_extern.h index d20e6d25639..09a5f357cc9 100644 --- a/sys/uvm/uvm_extern.h +++ b/sys/uvm/uvm_extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_extern.h,v 1.51 2004/04/19 22:52:33 tedu Exp $ */ +/* $OpenBSD: uvm_extern.h,v 1.52 2004/04/28 02:20:58 markus Exp $ */ /* $NetBSD: uvm_extern.h,v 1.57 2001/03/09 01:02:12 chs Exp $ */ /* @@ -357,7 +357,6 @@ struct uvmexp { /* kernel memory objects: managed by uvm_km_kmemalloc() only! */ struct uvm_object *kmem_object; - struct uvm_object *mb_object; }; #ifdef _KERNEL |