Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
[pandora-kernel.git] / arch / sh / include / asm / processor_32.h
index efdd78a..9a87149 100644 (file)
@@ -57,6 +57,14 @@ asmlinkage void __init sh_cpu_init(void);
 #define SR_IMASK       0x000000f0
 #define SR_FD          0x00008000
 
+/*
+ * DSP structure and data
+ */
+struct sh_dsp_struct {
+       unsigned long dsp_regs[14];
+       long status;
+};
+
 /*
  * FPU structure and data
  */
@@ -96,6 +104,11 @@ struct thread_struct {
 
        /* floating point info */
        union sh_fpu_union fpu;
+
+#ifdef CONFIG_SH_DSP
+       /* Dsp status information */
+       struct sh_dsp_struct dsp_status;
+#endif
 };
 
 /* Count of active tasks with UBC settings */