patch-2.4.23 linux-2.4.23/include/asm-sh/processor.h

Next file: linux-2.4.23/include/asm-sh/ptrace.h
Previous file: linux-2.4.23/include/asm-sh/pci.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/include/asm-sh/processor.h linux-2.4.23/include/asm-sh/processor.h
@@ -23,8 +23,9 @@
 enum cpu_type {
 	CPU_SH7708,		/* Represents 7707, 7708, 7708S, 7708R, 7709 */
 	CPU_SH7729,		/* Represents 7709A, 7729 */
-	CPU_SH7750,     	/* Represents 7750, 7751 */
+	CPU_SH7750,             /* Represents 7750, 7751 */
 	CPU_ST40,		/* Represents ST40STB1 and ST40GX1 */
+        CPU_SH4202,
 	CPU_SH_NONE
 };
 
@@ -67,6 +68,7 @@
  *     Interrupt level mask
  */
 #define SR_FD    0x00008000
+#define SR_DSP   0x00001000
 #define SR_IMASK 0x000000f0
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)