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 One defintion of OP_SYNC should be eno...



details:   https://anonhg.NetBSD.org/src/rev/67e8af6b9489
branches:  trunk
changeset: 553360:67e8af6b9489
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Oct 15 06:46:46 2003 +0000

description:
One defintion of OP_SYNC should be enough.

diffstat:

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

diffs (17 lines):

diff -r 3bc082b79a16 -r 67e8af6b9489 sys/arch/mips/include/mips_opcode.h
--- a/sys/arch/mips/include/mips_opcode.h       Wed Oct 15 06:43:36 2003 +0000
+++ b/sys/arch/mips/include/mips_opcode.h       Wed Oct 15 06:46:46 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_opcode.h,v 1.10 2003/08/07 16:28:28 agc Exp $     */
+/*     $NetBSD: mips_opcode.h,v 1.11 2003/10/15 06:46:46 simonb Exp $  */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -122,7 +122,6 @@
 #define OP_BNE         005
 #define OP_BLEZ                006
 #define OP_BGTZ                007
-#define OP_SYNC                017
 
 #define OP_ADDI                010
 #define OP_ADDIU       011



Home | Main Index | Thread Index | Old Index