Skip to content

Commit

Permalink
Merge tag 'csky-for-linus-5.2-fixup-gcc-unwind' of git://github.com/c…
Browse files Browse the repository at this point in the history
…-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
  • Loading branch information
torvalds committed Jun 28, 2019
2 parents c84afab + 19e5e2a commit 139ca25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/csky/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ static int save_fpu_state(struct sigcontext __user *sc)
#endif

struct rt_sigframe {
/*
* pad[3] is compatible with the same struct defined in
* gcc/libgcc/config/csky/linux-unwind.h
*/
int pad[3];
struct siginfo info;
struct ucontext uc;
};
Expand Down

0 comments on commit 139ca25

Please sign in to comment.