hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/arch/sh/include/uapi/asm/sigcontext.h
....@@ -5,18 +5,6 @@
55 struct sigcontext {
66 unsigned long oldmask;
77
8
-#if defined(__SH5__) || defined(CONFIG_CPU_SH5)
9
- /* CPU registers */
10
- unsigned long long sc_regs[63];
11
- unsigned long long sc_tregs[8];
12
- unsigned long long sc_pc;
13
- unsigned long long sc_sr;
14
-
15
- /* FPU registers */
16
- unsigned long long sc_fpregs[32];
17
- unsigned int sc_fpscr;
18
- unsigned int sc_fpvalid;
19
-#else
208 /* CPU registers */
219 unsigned long sc_regs[16];
2210 unsigned long sc_pc;
....@@ -32,7 +20,6 @@
3220 unsigned int sc_fpscr;
3321 unsigned int sc_fpul;
3422 unsigned int sc_ownedfp;
35
-#endif
3623 };
3724
3825 #endif /* __ASM_SH_SIGCONTEXT_H */