diff options
Diffstat (limited to 'sys/vm/vm_init.c')
| -rw-r--r-- | sys/vm/vm_init.c | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c index 34ae5735790d..6406c1ed645c 100644 --- a/sys/vm/vm_init.c +++ b/sys/vm/vm_init.c @@ -1,5 +1,4 @@ - -/* +/* * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * @@ -41,17 +40,17 @@ * All rights reserved. * * Authors: Avadis Tevanian, Jr., Michael Wayne Young - * + * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU @@ -62,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_init.c,v 1.3 1994/08/02 07:55:21 davidg Exp $ + * $Id: vm_init.c,v 1.4 1994/10/09 01:52:09 phk Exp $ */ /* @@ -86,13 +85,12 @@ void vm_mem_init() { - extern vm_offset_t avail_start, avail_end; - extern vm_offset_t virtual_avail, virtual_end; + extern vm_offset_t avail_start, avail_end; + extern vm_offset_t virtual_avail, virtual_end; /* - * Initializes resident memory structures. - * From here on, all physical memory is accounted for, - * and we use only virtual addresses. + * Initializes resident memory structures. From here on, all physical + * memory is accounted for, and we use only virtual addresses. */ vm_set_page_size(); |
