improve on comments

This commit is contained in:
para 2013-01-29 21:37:04 +00:00
parent 50b18a90db
commit 5bb32f7811
1 changed files with 6 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: uvm_init.c,v 1.44 2012/02/17 23:41:02 matt Exp $ */
/* $NetBSD: uvm_init.c,v 1.45 2013/01/29 21:37:04 para Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: uvm_init.c,v 1.44 2012/02/17 23:41:02 matt Exp $");
__KERNEL_RCSID(0, "$NetBSD: uvm_init.c,v 1.45 2013/01/29 21:37:04 para Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -106,8 +106,8 @@ uvm_init(void)
/*
* Setup the kernel's virtual memory data structures. This includes
* setting up the kernel_map/kernel_object. Bootstrap all kernel
* memory allocators.
* setting up the kernel_map/kernel_object.
* Bootstrap all kernel memory allocators.
*/
uao_init();
@ -128,9 +128,8 @@ uvm_init(void)
pmap_init();
/*
* Init the kernel maps virtual address caches. Make kernel memory
* allocator ready for use. After this call the pool/kmem memory
* allocators can be used.
* Make kernel memory allocators ready for use.
* After this call the pool/kmem memory allocators can be used.
*/
uvm_km_init();