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 missing opt_ddb.h.



details:   https://anonhg.NetBSD.org/src/rev/e2bafd61950c
branches:  trunk
changeset: 935579:e2bafd61950c
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jul 06 10:40:21 2020 +0000

description:
Include missing opt_ddb.h.

diffstat:

 sys/arch/powerpc/ibm4xx/pmap.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 4857f984578d -r e2bafd61950c sys/arch/powerpc/ibm4xx/pmap.c
--- a/sys/arch/powerpc/ibm4xx/pmap.c    Mon Jul 06 10:38:46 2020 +0000
+++ b/sys/arch/powerpc/ibm4xx/pmap.c    Mon Jul 06 10:40:21 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.89 2020/06/29 06:51:32 rin Exp $    */
+/*     $NetBSD: pmap.c,v 1.90 2020/07/06 10:40:21 rin Exp $    */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -67,7 +67,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.89 2020/06/29 06:51:32 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.90 2020/07/06 10:40:21 rin Exp $");
+
+#ifdef _KERNEL_OPT
+#include "opt_ddb.h"
+#endif
 
 #include <sys/param.h>
 #include <sys/cpu.h>



Home | Main Index | Thread Index | Old Index