Source-Changes-HG archive

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

[src/nathanw_sa]: src/sys/uvm Correct merge lossage; lose the now-extraneous ...



details:   https://anonhg.NetBSD.org/src/rev/b9e97db8b090
branches:  nathanw_sa
changeset: 504813:b9e97db8b090
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Tue Jul 03 03:09:00 2001 +0000

description:
Correct merge lossage; lose the now-extraneous splstatclock().

diffstat:

 sys/uvm/uvm_glue.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 6530932cec3d -r b9e97db8b090 sys/uvm/uvm_glue.c
--- a/sys/uvm/uvm_glue.c        Mon Jul 02 17:19:11 2001 +0000
+++ b/sys/uvm/uvm_glue.c        Tue Jul 03 03:09:00 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_glue.c,v 1.44.2.4 2001/06/21 20:10:30 nathanw Exp $        */
+/*     $NetBSD: uvm_glue.c,v 1.44.2.5 2001/07/03 03:09:00 nathanw Exp $        */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -609,7 +609,6 @@
         * Mark it as (potentially) swapped out.
         */
        SCHED_LOCK(s);
-       s = splstatclock();
        l->l_flag &= ~L_INMEM;
        if (l->l_stat == LSRUN)
                remrunqueue(l);



Home | Main Index | Thread Index | Old Index