From 32ef6c848eb975f587a5cb78846a06f969cc0058 Mon Sep 17 00:00:00 2001 From: alc Date: Sat, 28 Aug 2004 20:27:12 +0000 Subject: Eliminate unnecessary indirection. --- sys/powerpc/aim/mmu_oea.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/powerpc/aim') diff --git a/sys/powerpc/aim/mmu_oea.c b/sys/powerpc/aim/mmu_oea.c index 294be7c..e9556fe 100644 --- a/sys/powerpc/aim/mmu_oea.c +++ b/sys/powerpc/aim/mmu_oea.c @@ -1879,8 +1879,8 @@ pmap_pvo_enter(pmap_t pm, uma_zone_t zone, struct pvo_head *pvo_head, LIST_INSERT_HEAD(pvo_head, pvo, pvo_vlink); if (pvo->pvo_pte.pte_lo & PVO_WIRED) - pvo->pvo_pmap->pm_stats.wired_count++; - pvo->pvo_pmap->pm_stats.resident_count++; + pm->pm_stats.wired_count++; + pm->pm_stats.resident_count++; /* * We hope this succeeds but it isn't required. -- cgit v1.1