From 5bb32f7811d358f88130c22afd3486e172669b14 Mon Sep 17 00:00:00 2001 From: para Date: Tue, 29 Jan 2013 21:37:04 +0000 Subject: [PATCH] improve on comments --- sys/uvm/uvm_init.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/sys/uvm/uvm_init.c b/sys/uvm/uvm_init.c index 5abe4c18bd2d..6863c70f4327 100644 --- a/sys/uvm/uvm_init.c +++ b/sys/uvm/uvm_init.c @@ -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 -__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 #include @@ -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();