Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/sparc64/sparc64 pull up 1.19 (approved by thor...
details: https://anonhg.NetBSD.org/src/rev/28d93bfd9fbd
branches: netbsd-1-5
changeset: 488934:28d93bfd9fbd
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Aug 07 01:02:16 2000 +0000
description:
pull up 1.19 (approved by thorpej):
>Add UVM_PAGEIDLE_ZERO.
diffstat:
sys/arch/sparc64/sparc64/genassym.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r f050f06e8823 -r 28d93bfd9fbd sys/arch/sparc64/sparc64/genassym.c
--- a/sys/arch/sparc64/sparc64/genassym.c Mon Aug 07 00:59:49 2000 +0000
+++ b/sys/arch/sparc64/sparc64/genassym.c Mon Aug 07 01:02:16 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: genassym.c,v 1.13.2.1 2000/07/18 16:23:26 mrg Exp $ */
+/* $NetBSD: genassym.c,v 1.13.2.2 2000/08/07 01:02:16 mrg 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);
Home |
Main Index |
Thread Index |
Old Index