svn commit: r232261 - in head/sys: amd64/include i386/include
pc98/include x86/include
John Baldwin
jhb at freebsd.org
Fri Mar 2 18:19:37 UTC 2012
On Friday, March 02, 2012 12:10:38 am Bruce Evans wrote:
> It's too late to change vm types. The distinction between addresses
> and sizes became useful first with file offsets (vm_ooffset_t. BTW,
> what is an o offset?) and then for physical offsets.
The 'o' stands for 'object', so 'vm_ooffset_t' is a VM object offset (at least
that's my interpretation).
--
John Baldwin
More information about the svn-src-all
mailing list