Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/booke Include missing ksyms.h, opt_ddb.h, a...



details:   https://anonhg.NetBSD.org/src/rev/6d58c29b0c2c
branches:  trunk
changeset: 935565:6d58c29b0c2c
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jul 06 10:08:16 2020 +0000

description:
Include missing ksyms.h, opt_ddb.h, and opt_multiprocessor.h.

diffstat:

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

diffs (25 lines):

diff -r 940aad8a14a1 -r 6d58c29b0c2c sys/arch/powerpc/booke/booke_machdep.c
--- a/sys/arch/powerpc/booke/booke_machdep.c    Mon Jul 06 09:34:16 2020 +0000
+++ b/sys/arch/powerpc/booke/booke_machdep.c    Mon Jul 06 10:08:16 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: booke_machdep.c,v 1.31 2020/07/06 09:34:16 rin Exp $   */
+/*     $NetBSD: booke_machdep.c,v 1.32 2020/07/06 10:08:16 rin Exp $   */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -38,10 +38,14 @@
 #define        _POWERPC_BUS_DMA_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: booke_machdep.c,v 1.31 2020/07/06 09:34:16 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: booke_machdep.c,v 1.32 2020/07/06 10:08:16 rin Exp $");
+
+#include "ksyms.h"
 
 #ifdef _KERNEL_OPT
+#include "opt_ddb.h"
 #include "opt_modular.h"
+#include "opt_multiprocessor.h"
 #endif
 
 #include <sys/param.h>



Home | Main Index | Thread Index | Old Index