Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm update comment - kmem_map is created in kmeminit(), ...
details: https://anonhg.NetBSD.org/src/rev/87beae3a8d20
branches: trunk
changeset: 554224:87beae3a8d20
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun Oct 26 08:05:00 2003 +0000
description:
update comment - kmem_map is created in kmeminit(), not uvm_km_init()
diffstat:
sys/uvm/uvm_init.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (38 lines):
diff -r 459dac7f5f88 -r 87beae3a8d20 sys/uvm/uvm_init.c
--- a/sys/uvm/uvm_init.c Sun Oct 26 07:58:44 2003 +0000
+++ b/sys/uvm/uvm_init.c Sun Oct 26 08:05:00 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_init.c,v 1.18 2003/05/10 21:10:23 thorpej Exp $ */
+/* $NetBSD: uvm_init.c,v 1.19 2003/10/26 08:05:00 jdolecek Exp $ */
/*
*
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_init.c,v 1.18 2003/05/10 21:10:23 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_init.c,v 1.19 2003/10/26 08:05:00 jdolecek Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -109,8 +109,7 @@
/*
* step 4: setup the kernel's virtual memory data structures. this
- * includes setting up the kernel_map/kernel_object and the kmem_map/
- * kmem_object.
+ * includes setting up the kernel_map/kernel_object.
*/
uvm_km_init(kvm_start, kvm_end);
@@ -124,7 +123,8 @@
/*
* step 6: init the kernel memory allocator. after this call the
- * kernel memory allocator (malloc) can be used.
+ * kernel memory allocator (malloc) can be used. this includes
+ * setting up the kmem_map.
*/
kmeminit();
Home |
Main Index |
Thread Index |
Old Index