Skip to content

Commit

Permalink
Merge tag 'nios2-fixes-v3.19-rc6' of git://git.rocketboards.org/linux…
Browse files Browse the repository at this point in the history
…-socfpga-next

Pull one arch/nios2 fix from Ley Foon Tan:
 "Fix kuser trampoline address"

* tag 'nios2-fixes-v3.19-rc6' of git://git.rocketboards.org/linux-socfpga-next:
  nios2: fix kuser trampoline address
  • Loading branch information
Linus Torvalds committed Jan 22, 2015
2 parents 1939341 + d24c816 commit fcb2373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/nios2/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ static int setup_rt_frame(struct ksignal *ksig, sigset_t *set,

/* Set up to return from userspace; jump to fixed address sigreturn
trampoline on kuser page. */
regs->ra = (unsigned long) (0x1040);
regs->ra = (unsigned long) (0x1044);

/* Set up registers for signal handler */
regs->sp = (unsigned long) frame;
Expand Down

0 comments on commit fcb2373

Please sign in to comment.