Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/uebayasi-xip]: src/sys/uvm Collect a garbage.



details:   https://anonhg.NetBSD.org/src/rev/245fd64944e1
branches:  uebayasi-xip
changeset: 751678:245fd64944e1
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Apr 26 06:42:56 2010 +0000

description:
Collect a garbage.

diffstat:

 sys/uvm/uvm_page.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r ea0f4a58ff41 -r 245fd64944e1 sys/uvm/uvm_page.c
--- a/sys/uvm/uvm_page.c        Mon Apr 26 06:37:38 2010 +0000
+++ b/sys/uvm/uvm_page.c        Mon Apr 26 06:42:56 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_page.c,v 1.153.2.20 2010/04/26 06:37:38 uebayasi Exp $     */
+/*     $NetBSD: uvm_page.c,v 1.153.2.21 2010/04/26 06:42:56 uebayasi Exp $     */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -71,7 +71,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_page.c,v 1.153.2.20 2010/04/26 06:37:38 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_page.c,v 1.153.2.21 2010/04/26 06:42:56 uebayasi Exp $");
 
 #include "opt_ddb.h"
 #include "opt_uvmhist.h"
@@ -755,10 +755,6 @@
 static void
 uvm_page_physunload_common(struct vm_physseg * const);
 #endif
-void
-uvm_page_physload_common_alloc_pgs(struct vm_physseg *,
-    const paddr_t, const paddr_t,
-    const paddr_t, const paddr_t, const int);
 static struct vm_physseg *
 uvm_physseg_insert(struct vm_physseg *, int,
     const paddr_t, const paddr_t);



Home | Main Index | Thread Index | Old Index