Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/sparc Hold off supplying the text/data gap to...



details:   https://anonhg.NetBSD.org/src/rev/e4b7611a8c3d
branches:  trunk
changeset: 503787:e4b7611a8c3d
user:      pk <pk%NetBSD.org@localhost>
date:      Tue Feb 13 15:54:33 2001 +0000

description:
Hold off supplying the text/data gap to the VM manager; our pv table
handling isn't adequate yet.

diffstat:

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

diffs (25 lines):

diff -r e0c06af8b8c3 -r e4b7611a8c3d sys/arch/sparc/sparc/pmap.c
--- a/sys/arch/sparc/sparc/pmap.c       Tue Feb 13 15:41:18 2001 +0000
+++ b/sys/arch/sparc/sparc/pmap.c       Tue Feb 13 15:54:33 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.178 2001/02/13 13:48:15 pk Exp $ */
+/*     $NetBSD: pmap.c,v 1.179 2001/02/13 15:54:33 pk Exp $ */
 
 /*
  * Copyright (c) 1996
@@ -790,6 +790,7 @@
                        (u_long)avail_start, (u_long)etext_gap_end_pa);
 #endif
 
+#if 0 /* not yet, managed() et.al. cannot deal with this */
        /* First, the `etext gap' */
        if (etext_gap_start_pa < etext_gap_end_pa)
                uvm_page_physload(
@@ -797,6 +798,7 @@
                        atop(etext_gap_end_pa),
                        atop(etext_gap_start_pa),
                        atop(etext_gap_end_pa), VM_FREELIST_DEFAULT);
+#endif
 
        for (n = 0; n < npmemarr; n++) {
                /*



Home | Main Index | Thread Index | Old Index