freebsd-dev/sys/compat/linuxkpi/common
Hans Petter Selasky 7fdce5c42b Prefix the Linux KPI's kmem_xxx() functions with linux_ to avoid
conflict with the opensolaris kernel module.

This patch solves a problem where the kernel linker will incorrectly
resolve opensolaris kmem_xxx() functions as linuxkpi ones, which leads
to a panic when these functions are used.

Submitted by:		gallatin @
Sponsored by:           Mellanox Technologies
MFC after:		1 week
2016-12-09 13:41:26 +00:00
..
include Prefix the Linux KPI's kmem_xxx() functions with linux_ to avoid 2016-12-09 13:41:26 +00:00
src Add a missing error check for a malloc() call in idr_get(). 2016-06-14 03:57:00 +00:00