Skip to content

Commit 139ca25

Browse files
committed
Merge tag 'csky-for-linus-5.2-fixup-gcc-unwind' of git://github.com/c-sky/csky-linux
Pull arch/csky fixup from Guo Ren: "A fixup patch for rt_sigframe in signal.c" * tag 'csky-for-linus-5.2-fixup-gcc-unwind' of git://github.com/c-sky/csky-linux: csky: Fixup libgcc unwind error
2 parents c84afab + 19e5e2a commit 139ca25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/csky/kernel/signal.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ static int save_fpu_state(struct sigcontext __user *sc)
3939
#endif
4040

4141
struct rt_sigframe {
42+
/*
43+
* pad[3] is compatible with the same struct defined in
44+
* gcc/libgcc/config/csky/linux-unwind.h
45+
*/
46+
int pad[3];
4247
struct siginfo info;
4348
struct ucontext uc;
4449
};

0 commit comments

Comments
 (0)