Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/powerpc Include required opt_*.h for sure.



details:   https://anonhg.NetBSD.org/src/rev/aaef57f6da7f
branches:  trunk
changeset: 935598:aaef57f6da7f
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jul 06 11:09:15 2020 +0000

description:
Include required opt_*.h for sure.

diffstat:

 sys/arch/powerpc/powerpc/trap_subr.S |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 807b55e7ebec -r aaef57f6da7f sys/arch/powerpc/powerpc/trap_subr.S
--- a/sys/arch/powerpc/powerpc/trap_subr.S      Mon Jul 06 11:08:21 2020 +0000
+++ b/sys/arch/powerpc/powerpc/trap_subr.S      Mon Jul 06 11:09:15 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap_subr.S,v 1.82 2020/07/06 09:34:18 rin Exp $       */
+/*     $NetBSD: trap_subr.S,v 1.83 2020/07/06 11:09:15 rin Exp $       */
 
 /*
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -40,6 +40,9 @@
 
 #ifdef _KERNEL_OPT
 #include "opt_altivec.h"
+#include "opt_ddb.h"
+#include "opt_kgdb.h"
+#include "opt_ppcarch.h"
 #endif
 
 /* LINTSTUB: include <sys/param.h> */



Home | Main Index | Thread Index | Old Index