Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2018 12:50:42 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334426 - head/sys/compat/linuxkpi/common/include/linux
Message-ID:  <201805311250.w4VCog24073544@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805311250.w4VCog24073544>