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.22 (approved by thor...
details: https://anonhg.NetBSD.org/src/rev/65759a6f7bdc
branches: netbsd-1-5
changeset: 488935:65759a6f7bdc
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Aug 07 01:02:31 2000 +0000
description:
pull up 1.22 (approved by thorpej):
>Add UVM_PAGEIDLE_ZERO.
diffstat:
sys/arch/sparc64/sparc64/genassym.cf | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 28d93bfd9fbd -r 65759a6f7bdc sys/arch/sparc64/sparc64/genassym.cf
--- a/sys/arch/sparc64/sparc64/genassym.cf Mon Aug 07 01:02:16 2000 +0000
+++ b/sys/arch/sparc64/sparc64/genassym.cf Mon Aug 07 01:02:31 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: genassym.cf,v 1.15.2.1 2000/07/18 16:23:26 mrg Exp $
+# $NetBSD: genassym.cf,v 1.15.2.2 2000/08/07 01:02:31 mrg 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,9 @@
# 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
define PM_CTX offsetof(struct pmap, pm_ctx)
define PM_SEGS offsetof(struct pmap, pm_segs)
Home |
Main Index |
Thread Index |
Old Index