Module Name:    src
Committed By:   simonb
Date:           Fri Jul 31 03:03:04 UTC 2020

Modified Files:
        src/sys/arch/mips/include: locore.h

Log Message:
CP0 Config6 and Config7 aren't probeable.  Adjust comments for these two.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/arch/mips/include/locore.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/mips/include/locore.h
diff -u src/sys/arch/mips/include/locore.h:1.111 src/sys/arch/mips/include/locore.h:1.112
--- src/sys/arch/mips/include/locore.h:1.111	Mon Jul 27 08:25:28 2020
+++ src/sys/arch/mips/include/locore.h	Fri Jul 31 03:03:04 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.h,v 1.111 2020/07/27 08:25:28 skrll Exp $ */
+/* $NetBSD: locore.h,v 1.112 2020/07/31 03:03:04 simonb Exp $ */
 
 /*
  * This file should not be included by MI code!!!
@@ -876,8 +876,8 @@ struct pridtab {
 #define	 MIPS_CP0FL_CONFIG3	__BIT(9)  /* XXX probeable - shouldn't be hard coded */
 #define	 MIPS_CP0FL_CONFIG4	__BIT(10) /* XXX probeable - shouldn't be hard coded */
 #define	 MIPS_CP0FL_CONFIG5	__BIT(11) /* XXX probeable - shouldn't be hard coded */
-#define	 MIPS_CP0FL_CONFIG6	__BIT(12) /* XXX probeable - shouldn't be hard coded */
-#define	 MIPS_CP0FL_CONFIG7	__BIT(13) /* XXX probeable - shouldn't be hard coded */
+#define	 MIPS_CP0FL_CONFIG6	__BIT(12)
+#define	 MIPS_CP0FL_CONFIG7	__BIT(13)
 
 /*
  * cpu_cidflags defines, by company

Reply via email to