]> err.no Git - linux-2.6/blobdiff - include/asm-sh/sigcontext.h
Input: pxa27x_keypad - miscellaneous fixes
[linux-2.6] / include / asm-sh / sigcontext.h
index 8583143fa28f0835291c188181f103e71079d297..8ce1435bc0bf61b7b07469c090fa4fd75375d04a 100644 (file)
@@ -25,7 +25,8 @@ struct sigcontext {
        unsigned long sc_mach;
        unsigned long sc_macl;
 
-#if defined(__SH4__) || defined(CONFIG_CPU_SH4)
+#if defined(__SH4__) || defined(CONFIG_CPU_SH4) || \
+    defined(__SH2A__) || defined(CONFIG_CPU_SH2A)
        /* FPU registers */
        unsigned long sc_fpregs[16];
        unsigned long sc_xfpregs[16];