From 8e176c079670478ea04673d14fb1fca2fd5a1fad Mon Sep 17 00:00:00 2001 From: maya Date: Tue, 9 Jan 2018 20:55:42 +0000 Subject: remove struct emul's e_fault. It used to be used by COMPAT_IRIX for the purpose of overriding uvm_fault (only implemented in MIPS), now removed. Ride 8.99.12 version bump. --- sys/compat/linux/common/linux_exec.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/compat/linux/common/linux_exec.c') diff --git a/sys/compat/linux/common/linux_exec.c b/sys/compat/linux/common/linux_exec.c index 2c2253f41b1..6a202eb6b79 100644 --- a/sys/compat/linux/common/linux_exec.c +++ b/sys/compat/linux/common/linux_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.c,v 1.117 2014/11/09 17:48:08 maxv Exp $ */ +/* $NetBSD: linux_exec.c,v 1.118 2018/01/09 20:55:42 maya Exp $ */ /*- * Copyright (c) 1994, 1995, 1998, 2000, 2007, 2008 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: linux_exec.c,v 1.117 2014/11/09 17:48:08 maxv Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_exec.c,v 1.118 2018/01/09 20:55:42 maya Exp $"); #include #include @@ -108,7 +108,6 @@ struct emul emul_linux = { #error Implement __HAVE_SYSCALL_INTERN for this platform #endif .e_sysctlovly = NULL, - .e_fault = NULL, .e_vm_default_addr = uvm_default_mapaddr, .e_usertrap = linux_usertrap, .e_ucsize = 0, -- cgit