Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88749
b: refs/heads/master
c: eee6dd1
h: refs/heads/master
i:
  88747: a105061
v: v3
  • Loading branch information
Ingo Molnar committed Apr 17, 2008
1 parent 4f1959c commit 092360b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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: 7e907f48980d6668f99206ba0dded40dca2d086f
refs/heads/master: eee6dd15723639f9270e4c561a0c82e8e18bd587
7 changes: 0 additions & 7 deletions trunk/arch/x86/kernel/signal_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -342,13 +342,6 @@ get_sigframe(struct k_sigaction *ka, struct pt_regs *regs, size_t frame_size)
return (void __user *) sp;
}

/*
* These symbols are defined with the addresses in the vsyscall page.
* See vsyscall-sigreturn.S.
*/
extern void __user __kernel_sigreturn;
extern void __user __kernel_rt_sigreturn;

static int
setup_frame(int sig, struct k_sigaction *ka, sigset_t *set,
struct pt_regs *regs)
Expand Down
7 changes: 7 additions & 0 deletions trunk/include/asm-x86/vdso.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,11 @@ extern const char VDSO32_PRELINK[];
(void *) (VDSO32_##name - VDSO32_PRELINK + (unsigned long) (base)); })
#endif

/*
* These symbols are defined with the addresses in the vsyscall page.
* See vsyscall-sigreturn.S.
*/
extern void __user __kernel_sigreturn;
extern void __user __kernel_rt_sigreturn;

#endif /* asm-x86/vdso.h */

0 comments on commit 092360b

Please sign in to comment.