Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 Make `physmem' an `unsigned int', s...
details: https://anonhg.NetBSD.org/src/rev/c39043a4436b
branches: trunk
changeset: 494776:c39043a4436b
user: pk <pk%NetBSD.org@localhost>
date: Fri Jul 14 00:02:35 2000 +0000
description:
Make `physmem' an `unsigned int', so it can properly represent large memory
configurations.
diffstat:
sys/arch/sparc64/sparc64/pmap.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d7414ac5d190 -r c39043a4436b sys/arch/sparc64/sparc64/pmap.c
--- a/sys/arch/sparc64/sparc64/pmap.c Thu Jul 13 23:14:17 2000 +0000
+++ b/sys/arch/sparc64/sparc64/pmap.c Fri Jul 14 00:02:35 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.63 2000/06/30 22:17:53 eeh Exp $ */
+/* $NetBSD: pmap.c,v 1.64 2000/07/14 00:02:35 pk Exp $ */
#undef NO_VCACHE /* Don't forget the locked TLB in dostart */
#define HWREF 1
#undef BOOT_DEBUG
@@ -220,7 +220,7 @@
struct pmap kernel_pmap_;
-int physmem;
+u_int physmem;
/*
* Virtual and physical addresses of the start and end of kernel text
* and data segments.
Home |
Main Index |
Thread Index |
Old Index