Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/include/arm32 GC a couple of unused entries in ...



details:   https://anonhg.NetBSD.org/src/rev/493f16e6983a
branches:  trunk
changeset: 511595:493f16e6983a
user:      chris <chris%NetBSD.org@localhost>
date:      Fri Jun 22 09:12:11 2001 +0000

description:
GC a couple of unused entries in the pmap struct

diffstat:

 sys/arch/arm/include/arm32/pmap.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 9594049634a8 -r 493f16e6983a sys/arch/arm/include/arm32/pmap.h
--- a/sys/arch/arm/include/arm32/pmap.h Fri Jun 22 09:09:42 2001 +0000
+++ b/sys/arch/arm/include/arm32/pmap.h Fri Jun 22 09:12:11 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.9 2001/05/26 21:27:05 chs Exp $     */
+/*     $NetBSD: pmap.h,v 1.10 2001/06/22 09:12:11 chris Exp $  */
 
 /*
  * Copyright (c) 1994,1995 Mark Brinicombe.
@@ -60,10 +60,8 @@
 struct pmap {
        pd_entry_t              *pm_pdir;       /* KVA of page directory */
        struct l1pt             *pm_l1pt;       /* L1 descriptor */
-       void                    *pm_unused1;    /* Reserved for l2 map */
        paddr_t                 pm_pptpt;       /* PA of pt's page table */
        vaddr_t                 pm_vptpt;       /* VA of pt's page table */
-       short                   pm_dref;        /* page directory ref count */
        short                   pm_count;       /* pmap reference count */
        struct simplelock       pm_lock;        /* lock on pmap */
        struct pmap_statistics  pm_stats;       /* pmap statistics */



Home | Main Index | Thread Index | Old Index