diff --git a/sys/arch/mips/include/mips_opcode.h b/sys/arch/mips/include/mips_opcode.h index 683dcb8dd38e..dcfdac133dd2 100644 --- a/sys/arch/mips/include/mips_opcode.h +++ b/sys/arch/mips/include/mips_opcode.h @@ -1,4 +1,4 @@ -/* $NetBSD: mips_opcode.h,v 1.15 2011/02/20 07:45:47 matt Exp $ */ +/* $NetBSD: mips_opcode.h,v 1.16 2011/03/15 07:33:54 matt Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -268,12 +268,6 @@ typedef union { */ #define OP_RDHWR 073 /* MIPS32/64 r2 */ - -/* - * Values for the 'func' field when 'op' == OP_SPECIAL3. - */ -#define OP_RDHWR 073 /* MIPS32r2 */ - /* * Values for the 'func' field when 'op' == OP_BCOND. */