Module Name: src
Committed By: matt
Date: Sat Nov 14 21:49:05 UTC 2009
Modified Files:
src/sys/arch/mips/include [matt-nb5-mips64]: cpuregs.h
Log Message:
Add MIPS_SR_PX
To generate a diff of this commit:
cvs rdiff -u -r1.74.28.11 -r1.74.28.12 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.11 src/sys/arch/mips/include/cpuregs.h:1.74.28.12
--- src/sys/arch/mips/include/cpuregs.h:1.74.28.11 Fri Nov 13 05:23:23 2009
+++ src/sys/arch/mips/include/cpuregs.h Sat Nov 14 21:49:05 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: cpuregs.h,v 1.74.28.11 2009/11/13 05:23:23 cliff Exp $ */
+/* $NetBSD: cpuregs.h,v 1.74.28.12 2009/11/14 21:49:05 matt Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -242,6 +242,7 @@
#define MIPS3_SR_DIAG_DL 0x01000000 /* QED 52xx */
#define MIPS3_SR_DIAG_IL 0x00800000 /* QED 52xx */
+#define MIPS3_SR_PX 0x00800000 /* MIPS64 */
#define MIPS3_SR_SR 0x00100000
#define MIPS3_SR_NMI 0x00080000 /* MIPS32/64 */
#define MIPS3_SR_DIAG_CH 0x00040000