1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

Use the term 'physical memory' consistently.

This commit is contained in:
Bruce M Simpson 2003-10-05 11:47:51 +00:00
parent f6f992995a
commit fdd1597b47
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=120808

View File

@ -62,7 +62,7 @@ into physical memory.
.Sh IMPLEMENTATION NOTES
This is a machine-independent function which calls the machine-dependent
.Fn pmap_is_prefaultable
helper function to determine if a page may be prefaulted into main memory.
helper function to determine if a page may be prefaulted into physical memory.
.Sh SEE ALSO
.Xr execve 2 ,
.Xr pmap_is_prefaultable 9