mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
Made pmap_testbit a static function.
This commit is contained in:
parent
139762f2be
commit
7b0047e213
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7490
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user