Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25991
b: refs/heads/master
c: f983c45
h: refs/heads/master
i:
  25989: e11fa76
  25987: dba8f11
  25983: fb41147
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Apr 19, 2006
1 parent 9db3a8b commit d00cd1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: ad28e029789ef46aebdfb9ece01d431ce1c637c8
refs/heads/master: f983c45ebedcaf686223afaecd8e681e8dcd15a9
6 changes: 3 additions & 3 deletions trunk/arch/um/sys-i386/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static int copy_sc_from_user_skas(struct pt_regs *regs,
return(0);
}

int copy_sc_to_user_skas(struct sigcontext *to, struct _fpstate __user *to_fp,
int copy_sc_to_user_skas(struct sigcontext __user *to, struct _fpstate __user *to_fp,
struct pt_regs *regs, unsigned long sp)
{
struct sigcontext sc;
Expand Down Expand Up @@ -132,7 +132,7 @@ int copy_sc_from_user_tt(struct sigcontext *to, struct sigcontext __user *from,
return(err);
}

int copy_sc_to_user_tt(struct sigcontext *to, struct _fpstate __user *fp,
int copy_sc_to_user_tt(struct sigcontext __user *to, struct _fpstate __user *fp,
struct sigcontext *from, int fpsize, unsigned long sp)
{
struct _fpstate __user *to_fp;
Expand Down Expand Up @@ -167,7 +167,7 @@ static int copy_sc_from_user(struct pt_regs *to, void __user *from)
return(ret);
}

static int copy_sc_to_user(struct sigcontext *to, struct _fpstate __user *fp,
static int copy_sc_to_user(struct sigcontext __user *to, struct _fpstate __user *fp,
struct pt_regs *from, unsigned long sp)
{
return(CHOOSE_MODE(copy_sc_to_user_tt(to, fp, UPT_SC(&from->regs),
Expand Down

0 comments on commit d00cd1b

Please sign in to comment.