Stub kernel_param_lock() and kernel_param_unlock() in the LinuxKPI.

MFC after:	1 week
Submitted by:	Johannes Lundberg <johalun0@gmail.com>
Sponsored by:	Mellanox Technologies
Sponsored by:	Limelight Networks
This commit is contained in:
Hans Petter Selasky 2018-03-04 19:10:30 +00:00
parent c3bfe0de4c
commit 20789a72e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=330399

View File

@ -125,6 +125,9 @@
#define MODULE_PARM_DESC(name, desc) \
const char LINUXKPI_PARAM_DESC(name)[] = { desc }
#define kernel_param_lock(...) do {} while (0)
#define kernel_param_unlock(...) do {} while (0)
SYSCTL_DECL(_compat_linuxkpi);
#endif /* _LINUX_MODULEPARAM_H_ */