Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/conf defflag foo on each line to make searchin...



details:   https://anonhg.NetBSD.org/src/rev/3b6770d181c0
branches:  trunk
changeset: 937115:3b6770d181c0
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Aug 09 08:48:25 2020 +0000

description:
defflag foo on each line to make searching easier.

sort some lines and fix some indentation while I'm here.

diffstat:

 sys/arch/mips/conf/files.mips |  19 ++++++++++---------
 1 files changed, 10 insertions(+), 9 deletions(-)

diffs (36 lines):

diff -r 4ee833a01042 -r 3b6770d181c0 sys/arch/mips/conf/files.mips
--- a/sys/arch/mips/conf/files.mips     Sun Aug 09 08:33:52 2020 +0000
+++ b/sys/arch/mips/conf/files.mips     Sun Aug 09 08:48:25 2020 +0000
@@ -1,12 +1,12 @@
-#      $NetBSD: files.mips,v 1.76 2019/01/27 02:08:38 pgoyette Exp $
+#      $NetBSD: files.mips,v 1.77 2020/08/09 08:48:25 skrll Exp $
 #
 
 defflag        opt_cputype.h           NOFPU FPEMUL
-                               MIPS64_SB1
-                               ENABLE_MIPS_16KB_PAGE
-                               ENABLE_MIPS_8KB_PAGE
-                               MIPS64_XLP MIPS64_XLR MIPS64_XLS
-                               MIPS64_OCTEON
+defflag        opt_cputype.h           ENABLE_MIPS_16KB_PAGE
+defflag        opt_cputype.h           ENABLE_MIPS_8KB_PAGE
+defflag        opt_cputype.h           MIPS64_OCTEON
+defflag        opt_cputype.h           MIPS64_SB1
+defflag        opt_cputype.h           MIPS64_XLP MIPS64_XLR MIPS64_XLS
                                        # and the rest...
                                        # MIPS1 MIPS2 MIPS3 MIPS4 MIPS5
                                        # MIPS3_LOONGSON2
@@ -16,9 +16,10 @@
                                        # ENABLE_MIPS_TX3900
                                        # ENABLE_MIPS_R4700
                                        # ENABLE_MIPS_R3NKK
-defflag        opt_mips_cache.h                MIPS3_NO_PV_UNCACHED
-                                       ENABLE_MIPS4_CACHE_R10K
-defflag opt_mips3_wired.h              ENABLE_MIPS3_WIRED_MAP
+defflag        opt_mips_cache.h        MIPS3_NO_PV_UNCACHED
+defflag        opt_mips_cache.h        ENABLE_MIPS4_CACHE_R10K
+
+defflag opt_mips3_wired.h      ENABLE_MIPS3_WIRED_MAP
 
 defflag        opt_ddb.h               DDB_TRACE
 



Home | Main Index | Thread Index | Old Index