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 Put the MIPS64_SB1 option in opt_cputype.h.



details:   https://anonhg.NetBSD.org/src/rev/886b5d91abf7
branches:  trunk
changeset: 539331:886b5d91abf7
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Nov 15 01:02:49 2002 +0000

description:
Put the MIPS64_SB1 option in opt_cputype.h.

diffstat:

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

diffs (24 lines):

diff -r 116c57446a5d -r 886b5d91abf7 sys/arch/mips/conf/files.mips
--- a/sys/arch/mips/conf/files.mips     Fri Nov 15 00:58:32 2002 +0000
+++ b/sys/arch/mips/conf/files.mips     Fri Nov 15 01:02:49 2002 +0000
@@ -1,16 +1,16 @@
-#      $NetBSD: files.mips,v 1.44 2002/11/09 02:02:31 nisimura Exp $
+#      $NetBSD: files.mips,v 1.45 2002/11/15 01:02:49 simonb Exp $
 #
 
-defflag        opt_cputype.h           NOFPU   # and the rest...
+defflag        opt_cputype.h           NOFPU
+                               MIPS64_SB1
+                                       # and the rest...
                                        # MIPS1 MIPS2 MIPS3 MIPS4 MIPS5
                                        # MIPS32 MIPS64
                                        # MIPS3_4100
                                        # MIPS3_5900
-                                       # MIPS64_SB1
                                        # ENABLE_MIPS_TX3900
                                        # ENABLE_MIPS_R4700
                                        # ENABLE_MIPS_R3NKK
-                                       # NOFPU
 defflag        opt_mips_cache.h                MIPS3_L2CACHE_ABSENT
                                        MIPS3_NO_PV_UNCACHED
 



Home | Main Index | Thread Index | Old Index