svn commit: r347600 - head/sys/compat/linuxkpi/common/include/linux

Johannes Lundberg johalun at FreeBSD.org
Tue May 14 23:32:03 UTC 2019


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;
 


More information about the svn-src-all mailing list