Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc Drop unused opt_compat_netbsd.h include.
details: https://anonhg.NetBSD.org/src/rev/4741f47c3b91
branches: trunk
changeset: 935575:4741f47c3b91
user: rin <rin%NetBSD.org@localhost>
date: Mon Jul 06 10:34:23 2020 +0000
description:
Drop unused opt_compat_netbsd.h include.
diffstat:
sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c | 5 ++---
sys/arch/powerpc/oea/oea_machdep.c | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diffs (45 lines):
diff -r 3a94b2d2f201 -r 4741f47c3b91 sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c
--- a/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c Mon Jul 06 10:32:18 2020 +0000
+++ b/sys/arch/powerpc/ibm4xx/ibm4xx_machdep.c Mon Jul 06 10:34:23 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ibm4xx_machdep.c,v 1.30 2020/07/06 09:34:16 rin Exp $ */
+/* $NetBSD: ibm4xx_machdep.c,v 1.31 2020/07/06 10:34:23 rin Exp $ */
/* Original: ibm40x_machdep.c,v 1.3 2005/01/17 17:19:36 shige Exp $ */
/*
@@ -68,12 +68,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ibm4xx_machdep.c,v 1.30 2020/07/06 09:34:16 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ibm4xx_machdep.c,v 1.31 2020/07/06 10:34:23 rin Exp $");
#include "ksyms.h"
#ifdef _KERNEL_OPT
-#include "opt_compat_netbsd.h"
#include "opt_ddb.h"
#include "opt_kgdb.h"
#include "opt_modular.h"
diff -r 3a94b2d2f201 -r 4741f47c3b91 sys/arch/powerpc/oea/oea_machdep.c
--- a/sys/arch/powerpc/oea/oea_machdep.c Mon Jul 06 10:32:18 2020 +0000
+++ b/sys/arch/powerpc/oea/oea_machdep.c Mon Jul 06 10:34:23 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: oea_machdep.c,v 1.80 2020/07/06 09:34:17 rin Exp $ */
+/* $NetBSD: oea_machdep.c,v 1.81 2020/07/06 10:34:23 rin Exp $ */
/*
* Copyright (C) 2002 Matt Thomas
@@ -33,11 +33,10 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: oea_machdep.c,v 1.80 2020/07/06 09:34:17 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: oea_machdep.c,v 1.81 2020/07/06 10:34:23 rin Exp $");
#ifdef _KERNEL_OPT
#include "opt_altivec.h"
-#include "opt_compat_netbsd.h"
#include "opt_ddb.h"
#include "opt_kgdb.h"
#include "opt_multiprocessor.h"
Home |
Main Index |
Thread Index |
Old Index