]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove dead code added after r348743 in the LinuxKPI. The
authorhselasky <hselasky@FreeBSD.org>
Wed, 3 Jul 2019 09:48:20 +0000 (09:48 +0000)
committerhselasky <hselasky@FreeBSD.org>
Wed, 3 Jul 2019 09:48:20 +0000 (09:48 +0000)
commite3f6cb45c48c127a2c51f889f8ec2862511c281b
tree5fa57c6949d50cbee88b0820de83038175748e21
parented601335194cfa69ecfbd3b498d5df11aa7d0586
Remove dead code added after r348743 in the LinuxKPI. The
LINUXKPI_VERSION macro is not defined for any compiled LinuxKPI code
which basically means __GFP_NOTWIRED is never checked when allocating
pages. This should work fine with the existing external DRM code as
long as the page wiring and unwiring is balanced.

MFC after: 3 days
Sponsored by: Mellanox Technologies
sys/compat/linuxkpi/common/include/linux/gfp.h
sys/compat/linuxkpi/common/src/linux_page.c