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 Garbage collection.



details:   https://anonhg.NetBSD.org/src/rev/446bacf27f5d
branches:  trunk
changeset: 495679:446bacf27f5d
user:      eeh <eeh%NetBSD.org@localhost>
date:      Wed Aug 02 22:26:35 2000 +0000

description:
Garbage collection.

diffstat:

 sys/arch/sparc64/sparc64/sunos_machdep.c |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 8efd06d561e9 -r 446bacf27f5d sys/arch/sparc64/sparc64/sunos_machdep.c
--- a/sys/arch/sparc64/sparc64/sunos_machdep.c  Wed Aug 02 22:25:45 2000 +0000
+++ b/sys/arch/sparc64/sparc64/sunos_machdep.c  Wed Aug 02 22:26:35 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sunos_machdep.c,v 1.10 2000/04/10 13:34:20 pk Exp $    */
+/*     $NetBSD: sunos_machdep.c,v 1.11 2000/08/02 22:26:35 eeh Exp $   */
 
 /*
  * Copyright (c) 1995 Matthew R. Green
@@ -219,10 +219,6 @@
 
        /* First ensure consistent stack state (see sendsig). */
        write_user_windows();
-#if 0
-       /* Make sure our D$ is not polluted w/bad data */
-       blast_vcache();
-#endif
        if (rwindow_save(p))
                sigexit(p, SIGILL);
 #ifdef DEBUG



Home | Main Index | Thread Index | Old Index