m68k: make fp register stores consistent for m68k and ColdFire
[firefly-linux-kernel-4.4.55.git] / arch / m68k / include / asm / sigcontext.h
index a29dd74a17cb25827a203654c5d7fafb156ff485..523db2a51cf304137b52315cae08ee2e4a7c8144 100644 (file)
@@ -15,11 +15,7 @@ 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