Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
[pandora-kernel.git] / arch / m68k / include / asm / sigcontext.h
index 523db2a..a29dd74 100644 (file)
@@ -15,7 +15,11 @@ struct sigcontext {
        unsigned long  sc_pc;
        unsigned short sc_formatvec;
 #ifndef __uClinux__
+# ifdef __mcoldfire__
+       unsigned long  sc_fpregs[2][2]; /* room for two fp registers */
+# else
        unsigned long  sc_fpregs[2*3];  /* room for two fp registers */
+# endif
        unsigned long  sc_fpcntl[3];
        unsigned char  sc_fpstate[216];
 #endif