aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/sigcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/sigcontext.h')
-rw-r--r--include/asm-sh/sigcontext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-sh/sigcontext.h b/include/asm-sh/sigcontext.h
index 8583143fa28f..8ce1435bc0bf 100644
--- a/include/asm-sh/sigcontext.h
+++ b/include/asm-sh/sigcontext.h
@@ -25,7 +25,8 @@ struct sigcontext {
25 unsigned long sc_mach; 25 unsigned long sc_mach;
26 unsigned long sc_macl; 26 unsigned long sc_macl;
27 27
28#if defined(__SH4__) || defined(CONFIG_CPU_SH4) 28#if defined(__SH4__) || defined(CONFIG_CPU_SH4) || \
29 defined(__SH2A__) || defined(CONFIG_CPU_SH2A)
29 /* FPU registers */ 30 /* FPU registers */
30 unsigned long sc_fpregs[16]; 31 unsigned long sc_fpregs[16];
31 unsigned long sc_xfpregs[16]; 32 unsigned long sc_xfpregs[16];