Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 put the suggestion message in uvm_page.c....



details:   https://anonhg.NetBSD.org/src/rev/409899eba1df
branches:  trunk
changeset: 499050:409899eba1df
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 09 19:22:30 2000 +0000

description:
put the suggestion message in uvm_page.c. There could be other reasons
why we are not able to find the end of memory.

diffstat:

 sys/arch/i386/i386/machdep.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d8b470f2180c -r 409899eba1df sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c      Thu Nov 09 19:15:28 2000 +0000
+++ b/sys/arch/i386/i386/machdep.c      Thu Nov 09 19:22:30 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.409 2000/11/09 17:34:51 kim Exp $        */
+/*     $NetBSD: machdep.c,v 1.410 2000/11/09 19:22:30 christos Exp $   */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -2077,7 +2077,7 @@
                                break;
                }
                if (x == vm_nphysseg)
-                       panic("init386: can't find end of memory (increase VM_PHYSSEG_MAX?)");
+                       panic("init386: can't find end of memory");
 
                /* Shrink so it'll fit in the last segment. */
                if ((vps->avail_end - vps->avail_start) < atop(sz))



Home | Main Index | Thread Index | Old Index