Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jun 2018 07:46:40 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r334766 - stable/11/sys/compat/linuxkpi/common/include/linux
Message-ID:  <201806070746.w577keJS062123@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Thu Jun  7 07:46:39 2018
New Revision: 334766
URL: https://svnweb.freebsd.org/changeset/base/334766

Log:
  MFC r334426:
  Define __initconst in the LinuxKPI.
  
  Submitted by:	Johannes Lundberg <johalun0@gmail.com>
  Sponsored by:	Mellanox Technologies

Modified:
  stable/11/sys/compat/linuxkpi/common/include/linux/compiler.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/compat/linuxkpi/common/include/linux/compiler.h
==============================================================================
--- stable/11/sys/compat/linuxkpi/common/include/linux/compiler.h	Thu Jun  7 07:45:49 2018	(r334765)
+++ stable/11/sys/compat/linuxkpi/common/include/linux/compiler.h	Thu Jun  7 07:46:39 2018	(r334766)
@@ -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?201806070746.w577keJS062123>