Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/oea - Drop unused opt_compat_netbsd.h.
details: https://anonhg.NetBSD.org/src/rev/5a2244b468fd
branches: trunk
changeset: 935590:5a2244b468fd
user: rin <rin%NetBSD.org@localhost>
date: Mon Jul 06 10:59:37 2020 +0000
description:
- Drop unused opt_compat_netbsd.h.
- Include missing opt_multiprocessor.h.
diffstat:
sys/arch/powerpc/oea/ofwoea_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 7a7789dc7a27 -r 5a2244b468fd sys/arch/powerpc/oea/ofwoea_machdep.c
--- a/sys/arch/powerpc/oea/ofwoea_machdep.c Mon Jul 06 10:58:06 2020 +0000
+++ b/sys/arch/powerpc/oea/ofwoea_machdep.c Mon Jul 06 10:59:37 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ofwoea_machdep.c,v 1.48 2020/07/06 09:34:17 rin Exp $ */
+/* $NetBSD: ofwoea_machdep.c,v 1.49 2020/07/06 10:59:37 rin Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -30,16 +30,16 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofwoea_machdep.c,v 1.48 2020/07/06 09:34:17 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofwoea_machdep.c,v 1.49 2020/07/06 10:59:37 rin Exp $");
#include "ksyms.h"
#include "wsdisplay.h"
#ifdef _KERNEL_OPT
#include "opt_ddb.h"
-#include "opt_compat_netbsd.h"
#include "opt_kgdb.h"
#include "opt_modular.h"
+#include "opt_multiprocessor.h"
#include "opt_oea.h"
#include "opt_ofwoea.h"
#include "opt_ppcarch.h"
Home |
Main Index |
Thread Index |
Old Index