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/ae164723247d
branches:  trunk
changeset: 495586:ae164723247d
user:      eeh <eeh%NetBSD.org@localhost>
date:      Tue Aug 01 00:28:55 2000 +0000

description:
Garbage collection.

diffstat:

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

diffs (20 lines):

diff -r f7e4e31d863f -r ae164723247d sys/arch/sparc64/sparc64/compat_13_machdep.c
--- a/sys/arch/sparc64/sparc64/compat_13_machdep.c      Tue Aug 01 00:28:02 2000 +0000
+++ b/sys/arch/sparc64/sparc64/compat_13_machdep.c      Tue Aug 01 00:28:55 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compat_13_machdep.c,v 1.8 2000/04/10 13:34:19 pk Exp $ */
+/*     $NetBSD: compat_13_machdep.c,v 1.9 2000/08/01 00:28:55 eeh Exp $        */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -76,10 +76,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)) {
 #ifdef DEBUG
                printf("compat_13_sys_sigreturn: rwindow_save(%p) failed, sending SIGILL\n", p);



Home | Main Index | Thread Index | Old Index