Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/usermode This uint shouldn't be there



details:   https://anonhg.NetBSD.org/src/rev/62701bcf8b3b
branches:  trunk
changeset: 772442:62701bcf8b3b
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Wed Jan 04 11:56:58 2012 +0000

description:
This uint shouldn't be there

diffstat:

 sys/arch/usermode/usermode/pmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 960ecf6d182b -r 62701bcf8b3b sys/arch/usermode/usermode/pmap.c
--- a/sys/arch/usermode/usermode/pmap.c Wed Jan 04 11:53:09 2012 +0000
+++ b/sys/arch/usermode/usermode/pmap.c Wed Jan 04 11:56:58 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.93 2012/01/04 11:53:09 reinoud Exp $ */
+/* $NetBSD: pmap.c,v 1.94 2012/01/04 11:56:58 reinoud Exp $ */
 
 /*-
  * Copyright (c) 2011 Reinoud Zandijk <reinoud%NetBSD.org@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.93 2012/01/04 11:53:09 reinoud Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.94 2012/01/04 11:56:58 reinoud Exp $");
 
 #include "opt_memsize.h"
 #include "opt_kmempages.h"
@@ -119,7 +119,7 @@
 vaddr_t kmem_kvm_cur_start, kmem_kvm_cur_end;
 
 /* amount of physical memory */
-uint   physmem; 
+int    physmem; 
 int    num_pv_entries = 0;
 int    num_pmaps = 0;
 



Home | Main Index | Thread Index | Old Index