Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Add the missing `int free_list' argument to t...
details: https://anonhg.NetBSD.org/src/rev/ba3f462b7a25
branches: trunk
changeset: 522572:ba3f462b7a25
user: reinoud <reinoud%NetBSD.org@localhost>
date: Thu Feb 21 21:52:27 2002 +0000
description:
Add the missing `int free_list' argument to the uvm_page_physadd() in the
documentation.
diffstat:
share/man/man9/uvm.9 | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (32 lines):
diff -r 189ce8f6386e -r ba3f462b7a25 share/man/man9/uvm.9
--- a/share/man/man9/uvm.9 Thu Feb 21 20:27:35 2002 +0000
+++ b/share/man/man9/uvm.9 Thu Feb 21 21:52:27 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: uvm.9,v 1.31 2002/02/13 08:18:53 ross Exp $
+.\" $NetBSD: uvm.9,v 1.32 2002/02/21 21:52:27 reinoud Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
.\" All rights reserved.
@@ -556,7 +556,7 @@
.Ft void
.Fn uvm_pglistfree "struct pglist *list"
.Ft void
-.Fn uvm_page_physload "vaddr_t start" "vaddr_t end" "vaddr_t avail_start" "vaddr_t avail_end"
+.Fn uvm_page_physload "vaddr_t start" "vaddr_t end" "vaddr_t avail_start" "vaddr_t avail_end" "int free_list"
.nr nS 0
.Pp
.Fn uvm_pagealloc
@@ -630,9 +630,10 @@
.Fa list .
.Pp
.Fn uvm_page_physload
-loads physical memory segments into VM space. It must be called at system
-boot time to setup physical memory management pages. The arguments describe
-the
+loads physical memory segments into VM space on the specified
+.Fa free_list .
+It must be called at system boot time to setup physical memory
+management pages. The arguments describe the
.Fa start
and
.Fa end
Home |
Main Index |
Thread Index |
Old Index