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/oea Include missing opt_modular.h s...



details:   https://anonhg.NetBSD.org/src/rev/658b821456d8
branches:  trunk
changeset: 935588:658b821456d8
user:      rin <rin%NetBSD.org@localhost>
date:      Mon Jul 06 10:57:03 2020 +0000

description:
Include missing opt_modular.h so that struct vm_page_md is compatible to
that for booke.

diffstat:

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

diffs (17 lines):

diff -r db176288cb51 -r 658b821456d8 sys/arch/powerpc/include/oea/pmap.h
--- a/sys/arch/powerpc/include/oea/pmap.h       Mon Jul 06 10:54:56 2020 +0000
+++ b/sys/arch/powerpc/include/oea/pmap.h       Mon Jul 06 10:57:03 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.31 2020/07/06 09:10:02 rin Exp $    */
+/*     $NetBSD: pmap.h,v 1.32 2020/07/06 10:57:03 rin Exp $    */
 
 /*-
  * Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -44,6 +44,7 @@
 
 #ifdef _KERNEL_OPT
 #include "opt_ppcarch.h"
+#include "opt_modular.h"
 #endif
 #include <powerpc/oea/pte.h>
 



Home | Main Index | Thread Index | Old Index