Module Name:    src
Committed By:   matt
Date:           Fri Aug  1 21:56:36 UTC 2014

Modified Files:
        src/sys/arch/powerpc/include: instr.h

Log Message:
Add OPC31_OR


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/powerpc/include/instr.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/powerpc/include/instr.h
diff -u src/sys/arch/powerpc/include/instr.h:1.6 src/sys/arch/powerpc/include/instr.h:1.7
--- src/sys/arch/powerpc/include/instr.h:1.6	Sat Feb 12 18:23:09 2011
+++ src/sys/arch/powerpc/include/instr.h	Fri Aug  1 21:56:36 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: instr.h,v 1.6 2011/02/12 18:23:09 matt Exp $ */
+/*	$NetBSD: instr.h,v 1.7 2014/08/01 21:56:36 matt Exp $ */
 
 /*
  * Copyright (c) 1992, 1993
@@ -315,6 +315,11 @@ union instr {
 #define OPC31_MTSPR	0x1d3
 
 /*
+ * Opcode 31 sub-types (integer only)
+ */
+#define OPC31_OR	0x1bc
+
+/*
  * Opcode 59 sub-types:
  */
 

Reply via email to