Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include CP0 Config6 and Config7 aren't probeab...
details: https://anonhg.NetBSD.org/src/rev/82057eea651e
branches: trunk
changeset: 974394:82057eea651e
user: simonb <simonb%NetBSD.org@localhost>
date: Fri Jul 31 03:03:04 2020 +0000
description:
CP0 Config6 and Config7 aren't probeable. Adjust comments for these two.
diffstat:
sys/arch/mips/include/locore.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 500b0d031dc1 -r 82057eea651e sys/arch/mips/include/locore.h
--- a/sys/arch/mips/include/locore.h Fri Jul 31 02:58:03 2020 +0000
+++ b/sys/arch/mips/include/locore.h Fri Jul 31 03:03:04 2020 +0000
@@ -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 @@
#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
Home |
Main Index |
Thread Index |
Old Index