svn commit: r334426 - head/sys/compat/linuxkpi/common/include/linux

Hans Petter Selasky hselasky at FreeBSD.org
Thu May 31 12:50:43 UTC 2018


Author: hselasky
Date: Thu May 31 12:50:42 2018
New Revision: 334426
URL: https://svnweb.freebsd.org/changeset/base/334426

Log:
  Define __initconst in the LinuxKPI.
  
  Submitted by:	Johannes Lundberg <johalun0 at gmail.com>
  MFC after:	1 week
  Sponsored by:	Mellanox Technologies

Modified:
  head/sys/compat/linuxkpi/common/include/linux/compiler.h

Modified: head/sys/compat/linuxkpi/common/include/linux/compiler.h
==============================================================================
--- head/sys/compat/linuxkpi/common/include/linux/compiler.h	Thu May 31 12:48:24 2018	(r334425)
+++ head/sys/compat/linuxkpi/common/include/linux/compiler.h	Thu May 31 12:50:42 2018	(r334426)
@@ -52,6 +52,7 @@
 #define __devinitdata
 #define	__deprecated
 #define __init
+#define	__initconst
 #define	__devinit
 #define	__devexit
 #define __exit


More information about the svn-src-all mailing list