While not stricly needed, to match pmap_pvo_find_va, mask of the page

offset bits.
This commit is contained in:
matt 2001-06-15 20:53:45 +00:00
parent 787e1b0b36
commit 25a2c4d481
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.c,v 1.8 2001/06/15 20:43:01 matt Exp $ */
/* $NetBSD: pmap.c,v 1.9 2001/06/15 20:53:45 matt Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
* All rights reserved.
@ -1182,6 +1182,7 @@ pmap_pvo_enter(pmap_t pm, struct pool *pl, struct pvo_head *pvo_head,
/*
* Compute the HTAB index.
*/
va &= ~ADDR_POFF;
sr = va_to_sr(pm->pm_sr, va);
ptegidx = va_to_pteg(sr, va);