Propagate a fix from the i386 version: fix a typo in some code that isn't

yet used.
This commit is contained in:
thorpej 1998-05-20 17:12:06 +00:00
parent 75a77b5286
commit 4854a503ac
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap.new.c,v 1.3 1998/05/19 19:00:17 thorpej Exp $ */
/* $NetBSD: pmap.new.c,v 1.4 1998/05/20 17:12:06 thorpej Exp $ */
/*
*
@ -251,7 +251,7 @@ simple_lock_data_t pvalloc_lock;
simple_lock_data_t pmaps_lock;
simple_lock_data_t pmap_copy_page_lock;
simple_lock_data_t pmap_zero_page_lock;
simple_lock_date_t pmap_tmpptp_lock;
simple_lock_data_t pmap_tmpptp_lock;
#define PMAP_MAP_TO_HEAD_LOCK() \
lockmgr(&pmap_main_lock, LK_SHARED, (void *) 0, curproc)