Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 May 2019 23:32:02 +0000 (UTC)
From:      Johannes Lundberg <johalun@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r347600 - head/sys/compat/linuxkpi/common/include/linux
Message-ID:  <201905142332.x4ENW2Tp069715@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johalun
Date: Tue May 14 23:32:02 2019
New Revision: 347600
URL: https://svnweb.freebsd.org/changeset/base/347600

Log:
  LinuxKPI: Add vm_fault_t type.
  
  This patch is part of D19565
  
  Reviewed by:	hps
  Approved by:	imp (mentor), hps
  MFC after:	1 week

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

Modified: head/sys/compat/linuxkpi/common/include/linux/mm_types.h
==============================================================================
--- head/sys/compat/linuxkpi/common/include/linux/mm_types.h	Tue May 14 23:28:45 2019	(r347599)
+++ head/sys/compat/linuxkpi/common/include/linux/mm_types.h	Tue May 14 23:32:02 2019	(r347600)
@@ -35,6 +35,8 @@
 
 #include <asm/atomic.h>
 
+typedef int vm_fault_t;
+
 struct vm_area_struct;
 struct task_struct;
 



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