summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/vm/vm_kern.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-18 10:25:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-18 10:25:05 +0000
commit55074bcd9dd2413df0580ff636814bd046c7637b (patch)
tree4366257e4553714e002cc768eb2ef8cea625e936 /cpukit/libnetworking/vm/vm_kern.h
parent2005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-55074bcd9dd2413df0580ff636814bd046c7637b.tar.bz2
2005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/vm/vm_extern.h, libnetworking/vm/vm_kern.h: Update from FreeBSD.
Diffstat (limited to 'cpukit/libnetworking/vm/vm_kern.h')
-rw-r--r--cpukit/libnetworking/vm/vm_kern.h17
1 files changed, 6 insertions, 11 deletions
diff --git a/cpukit/libnetworking/vm/vm_kern.h b/cpukit/libnetworking/vm/vm_kern.h
index b1e073dd3a..309f503f44 100644
--- a/cpukit/libnetworking/vm/vm_kern.h
+++ b/cpukit/libnetworking/vm/vm_kern.h
@@ -13,10 +13,6 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- * must display the following acknowledgement:
- * This product includes software developed by the University of
- * California, Berkeley and its contributors.
* 4. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
@@ -61,6 +57,10 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
+ * $FreeBSD: src/sys/vm/vm_kern.h,v 1.28 2005/01/07 02:29:27 imp Exp $
+ */
+
+/*
* $Id$
*/
@@ -71,14 +71,9 @@
extern vm_map_t buffer_map;
extern vm_map_t kernel_map;
extern vm_map_t kmem_map;
-extern vm_map_t mb_map;
-extern int mb_map_full;
-extern vm_map_t io_map;
extern vm_map_t clean_map;
-extern vm_map_t phys_map;
extern vm_map_t exec_map;
-extern vm_map_t u_map;
-
-extern vm_offset_t kernel_vm_end;
+extern vm_map_t pipe_map;
+extern u_int vm_kmem_size;
#endif /* _VM_VM_KERN_H_ */