svn commit: r348034 - stable/12/sys/compat/linuxkpi/common/include/linux

Johannes Lundberg johalun at FreeBSD.org
Tue May 21 02:36:13 UTC 2019


Author: johalun
Date: Tue May 21 02:36:12 2019
New Revision: 348034
URL: https://svnweb.freebsd.org/changeset/base/348034

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

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

Modified: stable/12/sys/compat/linuxkpi/common/include/linux/mm_types.h
==============================================================================
--- stable/12/sys/compat/linuxkpi/common/include/linux/mm_types.h	Tue May 21 02:31:34 2019	(r348033)
+++ stable/12/sys/compat/linuxkpi/common/include/linux/mm_types.h	Tue May 21 02:36:12 2019	(r348034)
@@ -35,6 +35,8 @@
 
 #include <asm/atomic.h>
 
+typedef int vm_fault_t;
+
 struct vm_area_struct;
 struct task_struct;
 


More information about the svn-src-all mailing list