freebsd-dev/sys/sparc64
Konstantin Belousov 9fb10d635e Define the vm_ooffset_t and vm_pindex_t types as machine-independend.
The types are for the byte offset and page index in vm object.  They
are similar to off_t, which is defined as 64bit MI integer.  Using MI
definitions will allow to provide consistent MD values of vm
object-related maximum sizes.

Reviewed by:	alc
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2017-02-04 12:26:38 +00:00
..
central Use OF_prop_free instead of direct call to free(9) 2016-05-18 23:39:31 +00:00
conf Add a COMPAT_FREEBSD11 kernel option. 2016-12-09 18:54:12 +00:00
ebus Use OF_prop_free instead of direct call to free(9) 2016-05-18 23:39:31 +00:00
fhc Consistently use device_t 2016-08-09 19:32:06 +00:00
include Define the vm_ooffset_t and vm_pindex_t types as machine-independend. 2017-02-04 12:26:38 +00:00
isa Use OF_prop_free instead of direct call to free(9) 2016-05-18 23:39:31 +00:00
pci sys: replace comma with semicolon when pertinent. 2016-08-09 19:42:20 +00:00
sbus Use OF_prop_free instead of direct call to free(9) 2016-05-18 23:39:31 +00:00
sparc64 Trim a few comments on platforms that did not implement mmap of /dev/kmem. 2017-01-13 21:52:53 +00:00