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 opt_multiprocessor.h ...



details:   https://anonhg.NetBSD.org/src/rev/1dabd7c47aad
branches:  trunk
changeset: 935566:1dabd7c47aad
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jul 06 10:09:23 2020 +0000

description:
Include missing opt_multiprocessor.h and opt_pmap.h.

diffstat:

 sys/arch/powerpc/booke/booke_pmap.c |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 6d58c29b0c2c -r 1dabd7c47aad sys/arch/powerpc/booke/booke_pmap.c
--- a/sys/arch/powerpc/booke/booke_pmap.c       Mon Jul 06 10:08:16 2020 +0000
+++ b/sys/arch/powerpc/booke/booke_pmap.c       Mon Jul 06 10:09:23 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: booke_pmap.c,v 1.28 2020/07/06 09:34:16 rin Exp $      */
+/*     $NetBSD: booke_pmap.c,v 1.29 2020/07/06 10:09:23 rin Exp $      */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -37,7 +37,12 @@
 #define __PMAP_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: booke_pmap.c,v 1.28 2020/07/06 09:34:16 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: booke_pmap.c,v 1.29 2020/07/06 10:09:23 rin Exp $");
+
+#ifdef _KERNEL_OPT
+#include "opt_multiprocessor.h"
+#include "opt_pmap.h"
+#endif
 
 #include <sys/param.h>
 #include <sys/kcore.h>



Home | Main Index | Thread Index | Old Index