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;
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to