Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156501
b: refs/heads/master
c: 65a5053
h: refs/heads/master
i:
  156499: da180c3
v: v3
  • Loading branch information
Hartley Sweeten authored and Russell King committed Aug 5, 2009
1 parent d780be2 commit 75aa150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0a51810aa058a0a4ac76dd6f87f4d10bee774e2e
refs/heads/master: 65a5053b764a42d33b334ba55810bb5b56eb92df
4 changes: 2 additions & 2 deletions trunk/arch/arm/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ sys_sigaction(int sig, const struct old_sigaction __user *act,
}

#ifdef CONFIG_CRUNCH
static int preserve_crunch_context(struct crunch_sigframe *frame)
static int preserve_crunch_context(struct crunch_sigframe __user *frame)
{
char kbuf[sizeof(*frame) + 8];
struct crunch_sigframe *kframe;
Expand All @@ -146,7 +146,7 @@ static int preserve_crunch_context(struct crunch_sigframe *frame)
return __copy_to_user(frame, kframe, sizeof(*frame));
}

static int restore_crunch_context(struct crunch_sigframe *frame)
static int restore_crunch_context(struct crunch_sigframe __user *frame)
{
char kbuf[sizeof(*frame) + 8];
struct crunch_sigframe *kframe;
Expand Down

0 comments on commit 75aa150

Please sign in to comment.