Add another comment.

check for 'teh's this time..
This commit is contained in:
julian 2001-08-25 02:44:38 +00:00
parent 70aca15c21
commit ce1ff9984d
2 changed files with 14 additions and 0 deletions

View File

@ -592,6 +592,13 @@ pmap_TLB_invalidate_all(pmap_t pmap)
#endif
}
/*
* Return an address which is the base of the Virtual mapping of
* all the PTEs for the given pmap. Note this doesn't say that
* all the PTEs will be present or that the pages there are valid.
* The PTEs are made available by the recursive mapping trick.
* It will map in the alternate PTE space if needed.
*/
static unsigned *
get_ptbase(pmap)
pmap_t pmap;

View File

@ -592,6 +592,13 @@ pmap_TLB_invalidate_all(pmap_t pmap)
#endif
}
/*
* Return an address which is the base of the Virtual mapping of
* all the PTEs for the given pmap. Note this doesn't say that
* all the PTEs will be present or that the pages there are valid.
* The PTEs are made available by the recursive mapping trick.
* It will map in the alternate PTE space if needed.
*/
static unsigned *
get_ptbase(pmap)
pmap_t pmap;