Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/ibm4xx Include required opt_*.h for sure.
details: https://anonhg.NetBSD.org/src/rev/0b57ced97d4d
branches: trunk
changeset: 1011672:0b57ced97d4d
user: rin <rin%NetBSD.org@localhost>
date: Mon Jul 06 10:42:21 2020 +0000
description:
Include required opt_*.h for sure.
diffstat:
sys/arch/powerpc/ibm4xx/trap_subr.S | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 6786787ef8f4 -r 0b57ced97d4d sys/arch/powerpc/ibm4xx/trap_subr.S
--- a/sys/arch/powerpc/ibm4xx/trap_subr.S Mon Jul 06 10:41:43 2020 +0000
+++ b/sys/arch/powerpc/ibm4xx/trap_subr.S Mon Jul 06 10:42:21 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: trap_subr.S,v 1.28 2020/03/01 23:23:36 rin Exp $ */
+/* $NetBSD: trap_subr.S,v 1.29 2020/07/06 10:42:21 rin Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -73,6 +73,11 @@
* #include <powerpc/ibm4xx/trap_subr.S>
*/
+#ifdef _KERNEL_OPT
+#include "opt_ddb.h"
+#include "opt_kgdb.h"
+#endif
+
/*
* XXX Interrupt and spill stacks need to be per-CPU.
*/
Home |
Main Index |
Thread Index |
Old Index