Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Remove now unused mdlwp fields md_gc_pmap and md_gc...
details: https://anonhg.NetBSD.org/src/rev/a5654e016e76
branches: trunk
changeset: 467087:a5654e016e76
user: ad <ad%NetBSD.org@localhost>
date: Mon Jan 13 00:26:52 2020 +0000
description:
Remove now unused mdlwp fields md_gc_pmap and md_gc_ptp.
diffstat:
sys/arch/amd64/include/proc.h | 4 +---
sys/arch/i386/include/proc.h | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r dfdf30159b47 -r a5654e016e76 sys/arch/amd64/include/proc.h
--- a/sys/arch/amd64/include/proc.h Mon Jan 13 00:20:26 2020 +0000
+++ b/sys/arch/amd64/include/proc.h Mon Jan 13 00:26:52 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.23 2019/10/12 06:31:03 maxv Exp $ */
+/* $NetBSD: proc.h,v 1.24 2020/01/13 00:26:52 ad Exp $ */
/*
* Copyright (c) 1991 Regents of the University of California.
@@ -47,8 +47,6 @@
struct mdlwp {
struct trapframe *md_regs; /* registers on current frame */
- struct pmap *md_gc_pmap; /* pmap being garbage collected */
- struct vm_page *md_gc_ptp; /* pages from pmap g/c */
int md_flags; /* machine-dependent flags */
volatile int md_astpending;
};
diff -r dfdf30159b47 -r a5654e016e76 sys/arch/i386/include/proc.h
--- a/sys/arch/i386/include/proc.h Mon Jan 13 00:20:26 2020 +0000
+++ b/sys/arch/i386/include/proc.h Mon Jan 13 00:26:52 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: proc.h,v 1.46 2019/10/12 06:31:03 maxv Exp $ */
+/* $NetBSD: proc.h,v 1.47 2020/01/13 00:26:52 ad Exp $ */
/*
* Copyright (c) 1991 Regents of the University of California.
@@ -49,8 +49,6 @@
struct trapframe *md_regs; /* registers on current frame */
int md_flags; /* machine-dependent flags */
volatile int md_astpending; /* AST pending for this process */
- struct pmap *md_gc_pmap; /* pmap being garbage collected */
- struct vm_page *md_gc_ptp; /* pages from pmap g/c */
};
/* md_flags */
Home |
Main Index |
Thread Index |
Old Index