Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/uvm Pull up revision 1.68 (requested by drochner in...



details:   https://anonhg.NetBSD.org/src/rev/2fa869099b8b
branches:  netbsd-1-6
changeset: 529129:2fa869099b8b
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Oct 02 01:14:42 2002 +0000

description:
Pull up revision 1.68 (requested by drochner in ticket #876):
call cpu_dumpconf() after dumpdev change, so that
the global dumpsize/dumplo get updated

diffstat:

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

diffs (26 lines):

diff -r 42801e4cfff9 -r 2fa869099b8b sys/uvm/uvm_swap.c
--- a/sys/uvm/uvm_swap.c        Tue Oct 01 23:53:11 2002 +0000
+++ b/sys/uvm/uvm_swap.c        Wed Oct 02 01:14:42 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_swap.c,v 1.64 2002/05/09 21:43:44 fredette Exp $   */
+/*     $NetBSD: uvm_swap.c,v 1.64.4.1 2002/10/02 01:14:42 lukem Exp $  */
 
 /*
  * Copyright (c) 1995, 1996, 1997 Matthew R. Green
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_swap.c,v 1.64 2002/05/09 21:43:44 fredette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_swap.c,v 1.64.4.1 2002/10/02 01:14:42 lukem Exp $");
 
 #include "fs_nfs.h"
 #include "opt_uvmhist.h"
@@ -571,6 +571,7 @@
                        break;
                }
                dumpdev = vp->v_rdev;
+               cpu_dumpconf();
                break;
 
        case SWAP_CTL:



Home | Main Index | Thread Index | Old Index