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 Add UVM_PAGEIDLE_ZERO.



details:   https://anonhg.NetBSD.org/src/rev/b204230f4848
branches:  trunk
changeset: 495587:b204230f4848
user:      eeh <eeh%NetBSD.org@localhost>
date:      Tue Aug 01 00:31:15 2000 +0000

description:
Add UVM_PAGEIDLE_ZERO.

diffstat:

 sys/arch/sparc64/sparc64/genassym.c  |  7 ++++++-
 sys/arch/sparc64/sparc64/genassym.cf |  3 ++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (45 lines):

diff -r ae164723247d -r b204230f4848 sys/arch/sparc64/sparc64/genassym.c
--- a/sys/arch/sparc64/sparc64/genassym.c       Tue Aug 01 00:28:55 2000 +0000
+++ b/sys/arch/sparc64/sparc64/genassym.c       Tue Aug 01 00:31:15 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: genassym.c,v 1.18 2000/07/14 21:04:16 eeh Exp $ */
+/*     $NetBSD: genassym.c,v 1.19 2000/08/01 00:31:15 eeh Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -57,6 +57,8 @@
 #include <sys/disklabel.h>
 #include <sys/disk.h>
 
+#include <uvm/uvm.h>
+
 #include <machine/db_machdep.h>
 #include <machine/pmap.h>
 #include <machine/cpu.h>
@@ -133,6 +135,9 @@
        /* VM structure fields */
        off("VM_PMAP", struct vmspace, vm_map.pmap);
 
+       /* UVM structure fields */
+       off("UVM_PAGE_IDLE_ZERO", struct uvm, page_idle_zero);
+
        /* pmap structure fields */
        off("PM_CTX", struct pmap, pm_ctx);
        off("PM_SEGS", struct pmap, pm_segs);
diff -r ae164723247d -r b204230f4848 sys/arch/sparc64/sparc64/genassym.cf
--- a/sys/arch/sparc64/sparc64/genassym.cf      Tue Aug 01 00:28:55 2000 +0000
+++ b/sys/arch/sparc64/sparc64/genassym.cf      Tue Aug 01 00:31:15 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.21 2000/07/24 09:14:56 pk Exp $
+#      $NetBSD: genassym.cf,v 1.22 2000/08/01 00:31:16 eeh Exp $
 
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -136,6 +136,7 @@
 # VM structure fields
 define VM_PMAP         offsetof(struct vmspace, vm_map.pmap)
 
+# UVM structure fields
 define UVM_PAGE_IDLE_ZERO      offsetof(struct uvm, page_idle_zero)
 
 # pmap structure fields



Home | Main Index | Thread Index | Old Index