Module Name: src
Committed By: maxv
Date: Sun Jul 30 16:13:24 UTC 2017
Modified Files:
src/sys/arch/mips/include: svr4_machdep.h
src/sys/arch/mips/mips: svr4_machdep.c
Log Message:
Remove references to COMPAT_IRIX - does not exist anymore.
I believe svr4_machdep.h should be removed when the option is not
implemented on the target architecture; and we should also remove the
associated md.* entries.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/include/svr4_machdep.h
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mips/mips/svr4_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/include/svr4_machdep.h
diff -u src/sys/arch/mips/include/svr4_machdep.h:1.5 src/sys/arch/mips/include/svr4_machdep.h:1.6
--- src/sys/arch/mips/include/svr4_machdep.h:1.5 Mon Apr 28 20:23:28 2008
+++ src/sys/arch/mips/include/svr4_machdep.h Sun Jul 30 16:13:24 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: svr4_machdep.h,v 1.5 2008/04/28 20:23:28 martin Exp $ */
+/* $NetBSD: svr4_machdep.h,v 1.6 2017/07/30 16:13:24 maxv Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,9 +30,7 @@
*/
/*
- * This does not implement COMPAT_SVR4 for MIPS yet. For now we only
- * have enough definitions to get some svr4_* files needed by COMPAT_IRIX
- * to build.
+ * This does not implement COMPAT_SVR4 for MIPS. XXX: should be removed.
*/
#ifndef _MIPS_SVR4_MACHDEP_H_
Index: src/sys/arch/mips/mips/svr4_machdep.c
diff -u src/sys/arch/mips/mips/svr4_machdep.c:1.15 src/sys/arch/mips/mips/svr4_machdep.c:1.16
--- src/sys/arch/mips/mips/svr4_machdep.c:1.15 Sun Jul 10 23:21:59 2011
+++ src/sys/arch/mips/mips/svr4_machdep.c Sun Jul 30 16:13:24 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: svr4_machdep.c,v 1.15 2011/07/10 23:21:59 matt Exp $ */
+/* $NetBSD: svr4_machdep.c,v 1.16 2017/07/30 16:13:24 maxv Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -30,13 +30,11 @@
*/
/*
- * This does not implement COMPAT_SVR4 for MIPS yet. For now we only
- * have enough definitions to get some svr4_* files needed by COMPAT_IRIX
- * to build.
+ * This does not implement COMPAT_SVR4 for MIPS. XXX: should be removed.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: svr4_machdep.c,v 1.15 2011/07/10 23:21:59 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: svr4_machdep.c,v 1.16 2017/07/30 16:13:24 maxv Exp $");
#include <sys/param.h>
#include <sys/cpu.h>