Module Name: src Committed By: cliff Date: Sun Mar 21 18:18:51 UTC 2010
Modified Files: src/sys/arch/mips/include [matt-nb5-mips64]: cpuregs.h Log Message: - define MIPS_SR_COP_2_BIT to control enable/disable of coprocessor 2 To generate a diff of this commit: cvs rdiff -u -r1.74.28.15 -r1.74.28.16 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.15 src/sys/arch/mips/include/cpuregs.h:1.74.28.16 --- src/sys/arch/mips/include/cpuregs.h:1.74.28.15 Sat Feb 27 07:52:25 2010 +++ src/sys/arch/mips/include/cpuregs.h Sun Mar 21 18:18:51 2010 @@ -1,4 +1,4 @@ -/* $NetBSD: cpuregs.h,v 1.74.28.15 2010/02/27 07:52:25 matt Exp $ */ +/* $NetBSD: cpuregs.h,v 1.74.28.16 2010/03/21 18:18:51 cliff Exp $ */ /* * Copyright (c) 1992, 1993 @@ -174,6 +174,7 @@ #define MIPS_SR_COP_USABILITY 0xf0000000 #define MIPS_SR_COP_0_BIT 0x10000000 #define MIPS_SR_COP_1_BIT 0x20000000 +#define MIPS_SR_COP_2_BIT 0x40000000 /* r4k and r3k differences, see below */