artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9e3921
)
Several people noted that non-UVM was broken
author
niklas
<niklas@openbsd.org>
Thu, 2 Mar 2000 00:15:00 +0000
(
00:15
+0000)
committer
niklas
<niklas@openbsd.org>
Thu, 2 Mar 2000 00:15:00 +0000
(
00:15
+0000)
sys/arch/i386/i386/machdep.c
patch
|
blob
|
history
diff --git
a/sys/arch/i386/i386/machdep.c
b/sys/arch/i386/i386/machdep.c
index
4aaee78
..
c6f67fa
100644
(file)
--- a/
sys/arch/i386/i386/machdep.c
+++ b/
sys/arch/i386/i386/machdep.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: machdep.c,v 1.12
5 2000/02/22 19:27:48 deraadt Exp $
*/
+/* $OpenBSD: machdep.c,v 1.12
6 2000/03/02 00:15:00 niklas Exp $
*/
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
@@
-2063,7
+2063,10
@@
init386(first_avail)
printf("physload: ");
#endif
for (i = 0; i < ndumpmem; i++) {
- register int32_t a, e, lim;
+ int32_t a, e;
+#ifdef UVM
+ int32_t lim;
+#endif
a = dumpmem[i].start;
e = dumpmem[i].end;