Module Name: src
Committed By: thorpej
Date: Thu Mar 12 23:09:59 UTC 2020
Modified Files:
src/sys/arch/powerpc/include/booke: pmap.h
Log Message:
If we're going to consult the MULTIPROCESSOR option, we should pull in
"opt_multiprocessor.h".
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/powerpc/include/booke/pmap.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/powerpc/include/booke/pmap.h
diff -u src/sys/arch/powerpc/include/booke/pmap.h:1.19 src/sys/arch/powerpc/include/booke/pmap.h:1.20
--- src/sys/arch/powerpc/include/booke/pmap.h:1.19 Wed Mar 11 13:30:31 2020
+++ src/sys/arch/powerpc/include/booke/pmap.h Thu Mar 12 23:09:59 2020
@@ -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