Module Name:    src
Committed By:   rmind
Date:           Sun Jun 12 02:32:29 UTC 2011

Modified Files:
        src/sys/uvm [rmind-uvmplock]: uvm_init.c

Log Message:
Do not call uvm_loan_init() twice.


To generate a diff of this commit:
cvs rdiff -u -r1.36.4.3 -r1.36.4.4 src/sys/uvm/uvm_init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/uvm_init.c
diff -u src/sys/uvm/uvm_init.c:1.36.4.3 src/sys/uvm/uvm_init.c:1.36.4.4
--- src/sys/uvm/uvm_init.c:1.36.4.3	Tue May 31 03:05:14 2011
+++ src/sys/uvm/uvm_init.c	Sun Jun 12 02:32:29 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: uvm_init.c,v 1.36.4.3 2011/05/31 03:05:14 rmind Exp $	*/
+/*	$NetBSD: uvm_init.c,v 1.36.4.4 2011/06/12 02:32:29 rmind 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.36.4.3 2011/05/31 03:05:14 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_init.c,v 1.36.4.4 2011/06/12 02:32:29 rmind Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -169,11 +169,6 @@
 	uvm_emap_sysinit();
 
 	/*
-	 * Init the uvm_loan() facility.
-	 */
-	uvm_loan_init();
-
-	/*
 	 * the VM system is now up!  now that kmem is up we can resize the
 	 * <obj,off> => <page> hash table for general use and enable paging
 	 * of kernel objects.

Reply via email to