Date: Tue, 21 May 2019 02:36:12 +0000 (UTC) From: Johannes Lundberg <johalun@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r348034 - stable/12/sys/compat/linuxkpi/common/include/linux Message-ID: <201905210236.x4L2aCSO048108@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905210236.x4L2aCSO048108>