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/62b9349708b0
branches:  trunk
changeset: 935568:62b9349708b0
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jul 06 10:12:04 2020 +0000

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

diffstat:

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

diffs (22 lines):

diff -r 0fa5954300a3 -r 62b9349708b0 sys/arch/powerpc/booke/e500_tlb.c
--- a/sys/arch/powerpc/booke/e500_tlb.c Mon Jul 06 10:11:14 2020 +0000
+++ b/sys/arch/powerpc/booke/e500_tlb.c Mon Jul 06 10:12:04 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: e500_tlb.c,v 1.20 2020/07/06 09:34:16 rin Exp $        */
+/*     $NetBSD: e500_tlb.c,v 1.21 2020/07/06 10:12:04 rin Exp $        */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -37,9 +37,11 @@
 #define        __PMAP_PRIVATE
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: e500_tlb.c,v 1.20 2020/07/06 09:34:16 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: e500_tlb.c,v 1.21 2020/07/06 10:12:04 rin Exp $");
 
 #ifdef _KERNEL_OPT
+#include "opt_multiprocessor.h"
+#include "opt_pmap.h"
 #include "opt_ppcparam.h"
 #endif
 



Home | Main Index | Thread Index | Old Index