Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/include Remove redundant lines.



details:   https://anonhg.NetBSD.org/src/rev/15c65751907e
branches:  trunk
changeset: 763249:15c65751907e
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Mar 15 07:33:54 2011 +0000

description:
Remove redundant lines.

diffstat:

 sys/arch/mips/include/mips_opcode.h |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r edc0d06615da -r 15c65751907e sys/arch/mips/include/mips_opcode.h
--- a/sys/arch/mips/include/mips_opcode.h       Tue Mar 15 07:33:36 2011 +0000
+++ b/sys/arch/mips/include/mips_opcode.h       Tue Mar 15 07:33:54 2011 +0000
@@ -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.
  */



Home | Main Index | Thread Index | Old Index