Module Name:    src
Committed By:   matt
Date:           Tue Mar 15 07:33:55 UTC 2011

Modified Files:
        src/sys/arch/mips/include: mips_opcode.h

Log Message:
Remove redundant lines.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/mips/include/mips_opcode.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/mips_opcode.h
diff -u src/sys/arch/mips/include/mips_opcode.h:1.15 src/sys/arch/mips/include/mips_opcode.h:1.16
--- src/sys/arch/mips/include/mips_opcode.h:1.15	Sun Feb 20 07:45:47 2011
+++ src/sys/arch/mips/include/mips_opcode.h	Tue Mar 15 07:33:54 2011
@@ -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 @@
  */
 #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.
  */

Reply via email to