mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Eliminate a stale comment. It describes another use case for the pmap in
Mach that doesn't exist in FreeBSD.
This commit is contained in:
parent
9b0f0cc5bb
commit
e4b8a2fc5a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241020
@ -82,13 +82,6 @@ __FBSDID("$FreeBSD$");
|
||||
/*
|
||||
* Manages physical address maps.
|
||||
*
|
||||
* In addition to hardware address maps, this
|
||||
* module is called upon to provide software-use-only
|
||||
* maps which may or may not be stored in the same
|
||||
* form as hardware maps. These pseudo-maps are
|
||||
* used to store intermediate results from copy
|
||||
* operations to and from address spaces.
|
||||
*
|
||||
* Since the information managed by this module is
|
||||
* also stored by the logical address mapping module,
|
||||
* this module may throw away valid virtual-to-physical
|
||||
|
@ -80,13 +80,6 @@ __FBSDID("$FreeBSD$");
|
||||
/*
|
||||
* Manages physical address maps.
|
||||
*
|
||||
* In addition to hardware address maps, this
|
||||
* module is called upon to provide software-use-only
|
||||
* maps which may or may not be stored in the same
|
||||
* form as hardware maps. These pseudo-maps are
|
||||
* used to store intermediate results from copy
|
||||
* operations to and from address spaces.
|
||||
*
|
||||
* Since the information managed by this module is
|
||||
* also stored by the logical address mapping module,
|
||||
* this module may throw away valid virtual-to-physical
|
||||
|
@ -80,13 +80,6 @@ __FBSDID("$FreeBSD$");
|
||||
/*
|
||||
* Manages physical address maps.
|
||||
*
|
||||
* In addition to hardware address maps, this
|
||||
* module is called upon to provide software-use-only
|
||||
* maps which may or may not be stored in the same
|
||||
* form as hardware maps. These pseudo-maps are
|
||||
* used to store intermediate results from copy
|
||||
* operations to and from address spaces.
|
||||
*
|
||||
* Since the information managed by this module is
|
||||
* also stored by the logical address mapping module,
|
||||
* this module may throw away valid virtual-to-physical
|
||||
|
@ -74,13 +74,6 @@ __FBSDID("$FreeBSD$");
|
||||
/*
|
||||
* Manages physical address maps.
|
||||
*
|
||||
* In addition to hardware address maps, this
|
||||
* module is called upon to provide software-use-only
|
||||
* maps which may or may not be stored in the same
|
||||
* form as hardware maps. These pseudo-maps are
|
||||
* used to store intermediate results from copy
|
||||
* operations to and from address spaces.
|
||||
*
|
||||
* Since the information managed by this module is
|
||||
* also stored by the logical address mapping module,
|
||||
* this module may throw away valid virtual-to-physical
|
||||
|
@ -42,13 +42,6 @@
|
||||
/*
|
||||
* Manages physical address maps.
|
||||
*
|
||||
* In addition to hardware address maps, this
|
||||
* module is called upon to provide software-use-only
|
||||
* maps which may or may not be stored in the same
|
||||
* form as hardware maps. These pseudo-maps are
|
||||
* used to store intermediate results from copy
|
||||
* operations to and from address spaces.
|
||||
*
|
||||
* Since the information managed by this module is
|
||||
* also stored by the logical address mapping module,
|
||||
* this module may throw away valid virtual-to-physical
|
||||
|
@ -96,11 +96,6 @@ __FBSDID("$FreeBSD$");
|
||||
/*
|
||||
* Manages physical address maps.
|
||||
*
|
||||
* In addition to hardware address maps, this module is called upon to
|
||||
* provide software-use-only maps which may or may not be stored in the
|
||||
* same form as hardware maps. These pseudo-maps are used to store
|
||||
* intermediate results from copy operations to and from address spaces.
|
||||
*
|
||||
* Since the information managed by this module is also stored by the
|
||||
* logical address mapping module, this module may throw away valid virtual
|
||||
* to physical mappings at almost any time. However, invalidations of
|
||||
|
@ -96,11 +96,6 @@ __FBSDID("$FreeBSD$");
|
||||
/*
|
||||
* Manages physical address maps.
|
||||
*
|
||||
* In addition to hardware address maps, this module is called upon to
|
||||
* provide software-use-only maps which may or may not be stored in the
|
||||
* same form as hardware maps. These pseudo-maps are used to store
|
||||
* intermediate results from copy operations to and from address spaces.
|
||||
*
|
||||
* Since the information managed by this module is also stored by the
|
||||
* logical address mapping module, this module may throw away valid virtual
|
||||
* to physical mappings at almost any time. However, invalidations of
|
||||
|
@ -43,11 +43,6 @@ __FBSDID("$FreeBSD$");
|
||||
/*
|
||||
* Manages physical address maps.
|
||||
*
|
||||
* In addition to hardware address maps, this module is called upon to
|
||||
* provide software-use-only maps which may or may not be stored in the
|
||||
* same form as hardware maps. These pseudo-maps are used to store
|
||||
* intermediate results from copy operations to and from address spaces.
|
||||
*
|
||||
* Since the information managed by this module is also stored by the
|
||||
* logical address mapping module, this module may throw away valid virtual
|
||||
* to physical mappings at almost any time. However, invalidations of
|
||||
|
Loading…
Reference in New Issue
Block a user