Module Name: src
Committed By: simonb
Date: Sun Aug 30 13:03:02 UTC 2009
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: cpuregs.h
Log Message:
Update comment for EBASE - this is a MIPS32/MIPS64 only register
To generate a diff of this commit:
cvs rdiff -u -r1.74.28.3 -r1.74.28.4 src/sys/arch/mips/include/cpuregs.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/cpuregs.h
diff -u src/sys/arch/mips/include/cpuregs.h:1.74.28.3 src/sys/arch/mips/include/cpuregs.h:1.74.28.4
--- src/sys/arch/mips/include/cpuregs.h:1.74.28.3 Sun Aug 30 10:01:03 2009
+++ src/sys/arch/mips/include/cpuregs.h Sun Aug 30 13:03:02 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuregs.h,v 1.74.28.3 2009/08/30 10:01:03 matt Exp $ */
+/* $NetBSD: cpuregs.h,v 1.74.28.4 2009/08/30 13:03:02 simonb Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -451,7 +451,7 @@
* 13 MIPS_COP_0_CAUSE 3333 Exception cause register.
* 14 MIPS_COP_0_EXC_PC 3636 Exception PC.
* 15 MIPS_COP_0_PRID 3333 Processor revision identifier.
- * 15/1 MIPS_COP_0_EBASE 3333 Exception Base
+ * 15/1 MIPS_COP_0_EBASE ..33 Exception Base
* 16 MIPS_COP_0_CONFIG 3333 Configuration register.
* 16/1 MIPS_COP_0_CONFIG1 ..33 Configuration register 1.
* 16/2 MIPS_COP_0_CONFIG2 ..33 Configuration register 2.