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 Add PPC_IBM440 flag as 440 is signific...



details:   https://anonhg.NetBSD.org/src/rev/696bf9d9e4f3
branches:  trunk
changeset: 744977:696bf9d9e4f3
user:      rin <rin%NetBSD.org@localhost>
date:      Thu Feb 20 05:03:54 2020 +0000

description:
Add PPC_IBM440 flag as 440 is significantly different from 40x processors.
(It may be more easily supported by booke than by ibm4xx.)

diffstat:

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

diffs (15 lines):

diff -r 3a1865e3bd11 -r 696bf9d9e4f3 sys/arch/powerpc/conf/files.powerpc
--- a/sys/arch/powerpc/conf/files.powerpc       Thu Feb 20 04:59:43 2020 +0000
+++ b/sys/arch/powerpc/conf/files.powerpc       Thu Feb 20 05:03:54 2020 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: files.powerpc,v 1.92 2019/04/06 03:06:26 thorpej Exp $
+#      $NetBSD: files.powerpc,v 1.93 2020/02/20 05:03:54 rin Exp $
 
 defflag        opt_altivec.h   ALTIVEC K_ALTIVEC PPC_HAVE_SPE
 defflag        opt_openpic.h   OPENPIC_DISTRIBUTE
 defparam opt_ppcparam.h        L2CR_CONFIG L3CR_CONFIG INTSTK CLOCKBASE VERBOSE_INITPPC
-defflag        opt_ppcarch.h   PPC_OEA PPC_OEA601 PPC_OEA64 PPC_OEA64_BRIDGE PPC_MPC8XX PPC_IBM4XX PPC_IBM403 PPC_BOOKE
+defflag        opt_ppcarch.h   PPC_OEA PPC_OEA601 PPC_OEA64 PPC_OEA64_BRIDGE PPC_MPC8XX PPC_IBM4XX PPC_IBM403 PPC_IBM440 PPC_BOOKE
 defflag opt_ppccache.h CACHE_PROTO_MEI
 defflag opt_pmap.h     PMAPDEBUG PMAPCHECK PMAPCOUNTERS PMAP_MINIMALTLB
 defparam opt_pmap.h    PTEGCOUNT PMAP_MEMLIMIT



Home | Main Index | Thread Index | Old Index