Deleted Added
full compact
vm_kern.h (180308) vm_kern.h (252330)
1/*-
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * The Mach Operating System project at Carnegie-Mellon University.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 43 unchanged lines hidden (view full) ---

52 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
53 * School of Computer Science
54 * Carnegie Mellon University
55 * Pittsburgh PA 15213-3890
56 *
57 * any improvements or extensions that they make and grant Carnegie the
58 * rights to redistribute these changes.
59 *
1/*-
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * The Mach Operating System project at Carnegie-Mellon University.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 43 unchanged lines hidden (view full) ---

52 * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU
53 * School of Computer Science
54 * Carnegie Mellon University
55 * Pittsburgh PA 15213-3890
56 *
57 * any improvements or extensions that they make and grant Carnegie the
58 * rights to redistribute these changes.
59 *
60 * $FreeBSD: head/sys/vm/vm_kern.h 180308 2008-07-05 19:34:33Z alc $
60 * $FreeBSD: head/sys/vm/vm_kern.h 252330 2013-06-28 03:51:20Z jeff $
61 */
62
63#ifndef _VM_VM_KERN_H_
64#define _VM_VM_KERN_H_ 1
65
66/* Kernel memory management definitions. */
61 */
62
63#ifndef _VM_VM_KERN_H_
64#define _VM_VM_KERN_H_ 1
65
66/* Kernel memory management definitions. */
67extern vm_map_t buffer_map;
68extern vm_map_t kernel_map;
69extern vm_map_t kmem_map;
70extern vm_map_t exec_map;
71extern vm_map_t pipe_map;
67extern vm_map_t kernel_map;
68extern vm_map_t kmem_map;
69extern vm_map_t exec_map;
70extern vm_map_t pipe_map;
71extern struct vmem *buffer_arena;
72extern struct vmem *transient_arena;
73extern vm_offset_t swapbkva;
72extern u_long vm_kmem_size;
73
74#endif /* _VM_VM_KERN_H_ */
74extern u_long vm_kmem_size;
75
76#endif /* _VM_VM_KERN_H_ */