Made pmap_testbit a static function.

This commit is contained in:
David Greenman 1995-03-30 08:55:39 +00:00
parent 139762f2be
commit 7b0047e213
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7490
2 changed files with 4 additions and 4 deletions

View file

@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
* $Id: pmap.c,v 1.53 1995/03/16 18:11:28 bde Exp $
* $Id: pmap.c,v 1.54 1995/03/26 23:42:07 davidg Exp $
*/
/*
@ -1794,7 +1794,7 @@ pmap_page_exists(pmap, pa)
* note that the testbit/changebit routines are inline,
* and a lot of things compile-time evaluate.
*/
__inline boolean_t
static __inline boolean_t
pmap_testbit(pa, bit)
register vm_offset_t pa;
int bit;

View file

@ -39,7 +39,7 @@
* SUCH DAMAGE.
*
* from: @(#)pmap.c 7.7 (Berkeley) 5/12/91
* $Id: pmap.c,v 1.53 1995/03/16 18:11:28 bde Exp $
* $Id: pmap.c,v 1.54 1995/03/26 23:42:07 davidg Exp $
*/
/*
@ -1794,7 +1794,7 @@ pmap_page_exists(pmap, pa)
* note that the testbit/changebit routines are inline,
* and a lot of things compile-time evaluate.
*/
__inline boolean_t
static __inline boolean_t
pmap_testbit(pa, bit)
register vm_offset_t pa;
int bit;