Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/include/booke If we're going to consult the...



details:   https://anonhg.NetBSD.org/src/rev/ac19ce0391b8
branches:  trunk
changeset: 745797:ac19ce0391b8
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Mar 12 23:09:59 2020 +0000

description:
If we're going to consult the MULTIPROCESSOR option, we should pull in
"opt_multiprocessor.h".

diffstat:

 sys/arch/powerpc/include/booke/pmap.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ab669fb77c13 -r ac19ce0391b8 sys/arch/powerpc/include/booke/pmap.h
--- a/sys/arch/powerpc/include/booke/pmap.h     Thu Mar 12 21:55:31 2020 +0000
+++ b/sys/arch/powerpc/include/booke/pmap.h     Thu Mar 12 23:09:59 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.19 2020/03/11 13:30:31 thorpej Exp $        */
+/*     $NetBSD: pmap.h,v 1.20 2020/03/12 23:09:59 thorpej Exp $        */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -45,6 +45,7 @@
 #endif
 
 #ifdef _KERNEL_OPT
+#include "opt_multiprocessor.h"
 #include "opt_pmap.h"
 #endif
 



Home | Main Index | Thread Index | Old Index