Module Name: src Committed By: haad Date: Tue Aug 11 09:16:53 UTC 2009
Modified Files: src/sys/uvm: uvm_page.c Log Message: Remove physmem definition to uintptr_t from another patch. To generate a diff of this commit: cvs rdiff -u -r1.146 -r1.147 src/sys/uvm/uvm_page.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_page.c diff -u src/sys/uvm/uvm_page.c:1.146 src/sys/uvm/uvm_page.c:1.147 --- src/sys/uvm/uvm_page.c:1.146 Mon Aug 10 23:17:29 2009 +++ src/sys/uvm/uvm_page.c Tue Aug 11 09:16:53 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_page.c,v 1.146 2009/08/10 23:17:29 haad Exp $ */ +/* $NetBSD: uvm_page.c,v 1.147 2009/08/11 09:16:53 haad 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.146 2009/08/10 23:17:29 haad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: uvm_page.c,v 1.147 2009/08/11 09:16:53 haad Exp $"); #include "opt_uvmhist.h" #include "opt_readahead.h" @@ -116,9 +116,6 @@ */ int vm_page_reserve_kernel = 5; -/* Physical memory size */ -uintptr_t physmem; - /* * local variables */