kernel/arch/sh/include/asm/user.h
.. .. @@ -28,19 +28,12 @@ 28 28 * to write an integer number of pages. 29 29 */ 30 30 31 -#if defined(__SH5__) || defined(CONFIG_CPU_SH5)32 -struct user_fpu_struct {33 - unsigned long fp_regs[32];34 - unsigned int fpscr;35 -};36 -#else37 31 struct user_fpu_struct { 38 32 unsigned long fp_regs[16]; 39 33 unsigned long xfp_regs[16]; 40 34 unsigned long fpscr; 41 35 unsigned long fpul; 42 36 }; 43 -#endif44 37 45 38 struct user { 46 39 struct pt_regs regs; /* entire machine state */