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 Define UVM_PAGE_IDLE_ZERO.



details:   https://anonhg.NetBSD.org/src/rev/ba36d0efe551
branches:  trunk
changeset: 495207:ba36d0efe551
user:      pk <pk%NetBSD.org@localhost>
date:      Mon Jul 24 09:14:56 2000 +0000

description:
Define UVM_PAGE_IDLE_ZERO.

diffstat:

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

diffs (27 lines):

diff -r 97ea3f6e1d1d -r ba36d0efe551 sys/arch/sparc64/sparc64/genassym.cf
--- a/sys/arch/sparc64/sparc64/genassym.cf      Mon Jul 24 08:48:03 2000 +0000
+++ b/sys/arch/sparc64/sparc64/genassym.cf      Mon Jul 24 09:14:56 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.20 2000/07/14 21:04:16 eeh Exp $
+#      $NetBSD: genassym.cf,v 1.21 2000/07/24 09:14:56 pk Exp $
 
 #
 # Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -91,6 +91,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>
@@ -134,6 +136,8 @@
 # VM structure fields
 define VM_PMAP         offsetof(struct vmspace, vm_map.pmap)
 
+define UVM_PAGE_IDLE_ZERO      offsetof(struct uvm, page_idle_zero)
+
 # pmap structure fields
 define PM_CTX          offsetof(struct pmap, pm_ctx)
 define PM_SEGS         offsetof(struct pmap, pm_segs)



Home | Main Index | Thread Index | Old Index