freebsd-skq/sys/compat/linuxkpi/common
Hans Petter Selasky 05d4f501dc Implement minimalistic memory mapping structure, struct mm_struct, and
some associated helper functions in the LinuxKPI. Let the existing
linux_alloc_current() function allocate and initialize the new
structure and let linux_free_current() drop the refcount on the memory
mapping structure. When the mm_struct's refcount reaches zero, the
structure is freed.

Obtained from:		kmacy @
MFC after:		1 week
Sponsored by:		Mellanox Technologies
2017-03-17 10:30:06 +00:00
..
include Implement minimalistic memory mapping structure, struct mm_struct, and 2017-03-17 10:30:06 +00:00
src Implement minimalistic memory mapping structure, struct mm_struct, and 2017-03-17 10:30:06 +00:00