Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips CN70XX has a config4 CP0 register.



details:   https://anonhg.NetBSD.org/src/rev/3ea540f3bdb8
branches:  trunk
changeset: 936566:3ea540f3bdb8
user:      simonb <simonb%NetBSD.org@localhost>
date:      Fri Jul 31 02:58:03 2020 +0000

description:
CN70XX has a config4 CP0 register.

diffstat:

 sys/arch/mips/mips/mips_machdep.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r c96f763897d7 -r 3ea540f3bdb8 sys/arch/mips/mips/mips_machdep.c
--- a/sys/arch/mips/mips/mips_machdep.c Fri Jul 31 02:56:48 2020 +0000
+++ b/sys/arch/mips/mips/mips_machdep.c Fri Jul 31 02:58:03 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_machdep.c,v 1.295 2020/07/13 05:20:45 simonb Exp $        */
+/*     $NetBSD: mips_machdep.c,v 1.296 2020/07/31 02:58:03 simonb Exp $        */
 
 /*
  * Copyright 2002 Wasabi Systems, Inc.
@@ -111,7 +111,7 @@
  */
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.295 2020/07/13 05:20:45 simonb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.296 2020/07/31 02:58:03 simonb Exp $");
 
 #define __INTR_PRIVATE
 #include "opt_cputype.h"
@@ -674,7 +674,8 @@
          MIPS64_FLAGS | CPU_MIPS_D_CACHE_COHERENT | CPU_MIPS_NO_LLADDR,
          MIPS_CP0FL_USE |
          MIPS_CP0FL_EBASE | MIPS_CP0FL_CONFIG |
-         MIPS_CP0FL_CONFIG1 | MIPS_CP0FL_CONFIG2 | MIPS_CP0FL_CONFIG3,
+         MIPS_CP0FL_CONFIG1 | MIPS_CP0FL_CONFIG2 | MIPS_CP0FL_CONFIG3 |
+         MIPS_CP0FL_CONFIG4,
          0,
          "CN70xx/CN71xx"       },
 



Home | Main Index | Thread Index | Old Index