Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 426
b: refs/heads/master
c: 9090e00
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Apr 25, 2005
1 parent e460de6 commit 0f43f07
Show file tree
Hide file tree
Showing 3 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: cf025109e879294f4c6aecf94de1e7b592a9fb07
refs/heads/master: 9090e001f28de4bccae232f1b78e78fad5132ecb
2 changes: 1 addition & 1 deletion trunk/arch/ppc/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ handle_signal(unsigned long sig, struct k_sigaction *ka,
if (__put_user((unsigned long) ka->sa.sa_handler, &sc->handler)
|| __put_user(oldset->sig[0], &sc->oldmask)
|| __put_user(oldset->sig[1], &sc->_unused[3])
|| __put_user((struct pt_regs *)frame, &sc->regs)
|| __put_user((struct pt_regs __user *)frame, &sc->regs)
|| __put_user(sig, &sc->signal))
goto badframe;

Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-ppc/sigcontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ struct sigcontext {
int signal;
unsigned long handler;
unsigned long oldmask;
struct pt_regs *regs;
struct pt_regs __user *regs;
};

#endif

0 comments on commit 0f43f07

Please sign in to comment.