Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/conf include pmap_pvt.c in bridge mode as well



details:   https://anonhg.NetBSD.org/src/rev/32b2cbfd0a77
branches:  trunk
changeset: 361606:32b2cbfd0a77
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Feb 17 16:09:00 2022 +0000

description:
include pmap_pvt.c in bridge mode as well

diffstat:

 sys/arch/powerpc/conf/files.powerpc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a92c147e4ef8 -r 32b2cbfd0a77 sys/arch/powerpc/conf/files.powerpc
--- a/sys/arch/powerpc/conf/files.powerpc       Thu Feb 17 14:39:51 2022 +0000
+++ b/sys/arch/powerpc/conf/files.powerpc       Thu Feb 17 16:09:00 2022 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.powerpc,v 1.99 2022/02/16 23:31:13 riastradh Exp $
+#      $NetBSD: files.powerpc,v 1.100 2022/02/17 16:09:00 macallan Exp $
 
 defflag        opt_altivec.h   ALTIVEC K_ALTIVEC PPC_HAVE_SPE
 defflag        opt_openpic.h   OPENPIC_DISTRIBUTE
@@ -51,7 +51,7 @@
 file   arch/powerpc/oea/pmap64_bridge.c                ppc_oea64_bridge
 file   arch/powerpc/oea/pmap_kernel.c                  ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601
 file   arch/powerpc/powerpc/trap.c                     ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601
-file   uvm/pmap/pmap_pvt.c                             ppc_oea | ppc_oea601 | ppc_oea64
+file   uvm/pmap/pmap_pvt.c                             ppc_oea | ppc_oea64 | ppc_oea64_bridge | ppc_oea601
 
 # PPC BookE (MPC85xx) Family files
 file   arch/powerpc/booke/booke_machdep.c              ppc_booke



Home | Main Index | Thread Index | Old Index