Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Don't include opt_compat_ibcs2.h. No idea what it w...
details: https://anonhg.NetBSD.org/src/rev/c2b7ce58347b
branches: trunk
changeset: 355692:c2b7ce58347b
user: maxv <maxv%NetBSD.org@localhost>
date: Thu Aug 10 12:49:11 2017 +0000
description:
Don't include opt_compat_ibcs2.h. No idea what it was doing in amd64,
since it never got implemented there.
diffstat:
sys/arch/amd64/amd64/locore.S | 3 +--
sys/arch/i386/i386/compat_16_machdep.c | 5 ++---
sys/arch/i386/i386/machdep.c | 5 ++---
3 files changed, 5 insertions(+), 8 deletions(-)
diffs (61 lines):
diff -r 9d107ae59fb7 -r c2b7ce58347b sys/arch/amd64/amd64/locore.S
--- a/sys/arch/amd64/amd64/locore.S Thu Aug 10 12:46:31 2017 +0000
+++ b/sys/arch/amd64/amd64/locore.S Thu Aug 10 12:49:11 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.S,v 1.125 2017/08/08 17:00:42 maxv Exp $ */
+/* $NetBSD: locore.S,v 1.126 2017/08/10 12:49:11 maxv Exp $ */
/*
* Copyright-o-rama!
@@ -158,7 +158,6 @@
#include "opt_compat_netbsd.h"
#include "opt_compat_netbsd32.h"
-#include "opt_compat_ibcs2.h"
#include "opt_xen.h"
#include "assym.h"
diff -r 9d107ae59fb7 -r c2b7ce58347b sys/arch/i386/i386/compat_16_machdep.c
--- a/sys/arch/i386/i386/compat_16_machdep.c Thu Aug 10 12:46:31 2017 +0000
+++ b/sys/arch/i386/i386/compat_16_machdep.c Thu Aug 10 12:49:11 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_16_machdep.c,v 1.27 2017/08/09 18:45:30 maxv Exp $ */
+/* $NetBSD: compat_16_machdep.c,v 1.28 2017/08/10 12:49:11 maxv Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2000 The NetBSD Foundation, Inc.
@@ -30,12 +30,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.27 2017/08/09 18:45:30 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_16_machdep.c,v 1.28 2017/08/10 12:49:11 maxv Exp $");
#ifdef _KERNEL_OPT
#include "opt_vm86.h"
#include "opt_compat_netbsd.h"
-#include "opt_compat_ibcs2.h"
#endif
#include <sys/param.h>
diff -r 9d107ae59fb7 -r c2b7ce58347b sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c Thu Aug 10 12:46:31 2017 +0000
+++ b/sys/arch/i386/i386/machdep.c Thu Aug 10 12:49:11 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.787 2017/07/29 11:54:14 maxv Exp $ */
+/* $NetBSD: machdep.c,v 1.788 2017/08/10 12:49:11 maxv Exp $ */
/*-
* Copyright (c) 1996, 1997, 1998, 2000, 2004, 2006, 2008, 2009
@@ -67,10 +67,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.787 2017/07/29 11:54:14 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.788 2017/08/10 12:49:11 maxv Exp $");
#include "opt_beep.h"
-#include "opt_compat_ibcs2.h"
#include "opt_compat_freebsd.h"
#include "opt_compat_netbsd.h"
#include "opt_cpureset_delay.h"
Home |
Main Index |
Thread Index |
Old Index